#755b0c

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

Shades of Raw Umber #755B0C

Tints of Raw Umber #755B0C

Color information

#755B0C (or 0x755B0C) is unknown color: approx Raw Umber. HEX triplet: 75, 5B and 0C. RGB value is (117,91,12). Sum of RGB (Red+Green+Blue) = 117+91+12=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #755B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B0C is #8AA4F3. Grayscale: #5A5A5A. Windows color (decimal): -9086196 or 809845. OLE color: 809845.

HSL color Cylindrical-coordinate representation of color #755B0C: hue angle of 45.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #755B0C is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1179112-
CMYK00.220.900.54
HSL45.14º81.4%25.29%-
HSV(B)45.14º89.74%45.88%-
XYZ11.1411.291.94-
YUV89.7784.11147.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=53.18%
G=41.36%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117911200.220.900.5445.1481.425.29
Hex755BC0165A362d5119
Octal16513314026132665512131
Binary1110101101101111000101101011010110110101101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755b0c; }

 p { color: rgb(117,91,12); }

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

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

 a { background-color: rgb(117,91,12); }

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

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

 span { border-color: rgb(117,91,12); }

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