Html Css Color HEX #755912 Raw Umber

📋 copy color: '#755912'

red 117 ◦ green 89 ◦ blue 18

#755912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #755912

Tints of Raw Umber #755912

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 value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#755912 (or 0x755912) is known color: 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

RGB 117 89 18 -
CMYK 0 0.24 0.85 0.54
HSL 43.03º 0.73% 0.26% -
HSV(B) 43.03º 0.85% 0.46% -
XYZ 11.02 10.97 2.11 -
YUV 89.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 117 89 18 0 0.24 0.85 0.54 43.03 0.73 0.26
Hex 75 59 12 0 18 55 36 2B 49 1A
Octal 165 131 22 0 30 125 66 53 111 32
Binary 1110101 1011001 10010 0 11000 1010101 110110 101011 1001001 11010

Color Harmonies of #755912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755912

Black with #755912

Text Example


Text Example

White with #755912

Text Example


Text Example

HTML Codes & Css Web 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>