#755912

Color #755912 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #755912

Tints of Raw Umber #755912

Color information

#755912 (or 0x755912) is unknown color: approx Raw Umber. HEX triplet: 75, 59 and 12. RGB value is (117,89,18). Sum of RGB (Red+Green+Blue) = 117+89+18=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #755912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755912 is #8AA6ED. Grayscale: #595959. Windows color (decimal): -9086702 or 1202549. OLE color: 1202549.

HSL color Cylindrical-coordinate representation of color #755912: hue angle of 43.03º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #755912 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1178918-
CMYK00.240.850.54
HSL43.03º73.33%26.47%-
HSV(B)43.03º84.62%45.88%-
XYZ11.0210.972.11-
YUV89.2887.78147.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=52.23%
G=39.73%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117891800.240.850.5443.0373.3326.47
Hex75591201855362b491a
Octal16513122030125665311132
Binary11101011011001100100110001010101110110101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755912; }

 p { color: rgb(117,89,18); }

 H1.HeaderClassName
 {
   color: #755912;
 }
 .AnyTagClassName
 {
   color: #755912;
 }
</style>
background-color css

<style>
 a { background-color: #755912; }

 a { background-color: rgb(117,89,18); }

 div.DivClassName
 {
   background-color: #755912;
 }
 .BgClassName
 {
   background-color: #755912;
 }
</style>
border-color css

<style>
 span { border-color: #755912; }

 span { border-color: rgb(117,89,18); }

 td.TdClassName
 {
   border-color: #755912;
 }
 .TagClassName
 {
   border-color: #755912;
 }
</style>