#755116

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

Shades of Raw Umber #755116

Tints of Raw Umber #755116

Color information

#755116 (or 0x755116) is unknown color: approx Raw Umber. HEX triplet: 75, 51 and 16. RGB value is (117,81,22). Sum of RGB (Red+Green+Blue) = 117+81+22=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #755116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755116 is #8AAEE9. Grayscale: #555555. Windows color (decimal): -9088746 or 1462645. OLE color: 1462645.

HSL color Cylindrical-coordinate representation of color #755116: hue angle of 37.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #755116 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1178122-
CMYK00.310.810.54
HSL37.26º68.35%27.25%-
HSV(B)37.26º81.2%45.88%-
XYZ10.429.722.09-
YUV85.0492.43150.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 22 (8.98% from 255) = 10%
R=53.18%
G=36.82%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117812200.310.810.5437.2668.3527.25
Hex75511601F513625441b
Octal16512126037121664510433
Binary11101011010001101100111111010001110110100101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755116; }

 p { color: rgb(117,81,22); }

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

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

 a { background-color: rgb(117,81,22); }

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

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

 span { border-color: rgb(117,81,22); }

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