#755616

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

Shades of Raw Umber #755616

Tints of Raw Umber #755616

Color information

#755616 (or 0x755616) is unknown color: approx Raw Umber. HEX triplet: 75, 56 and 16. RGB value is (117,86,22). Sum of RGB (Red+Green+Blue) = 117+86+22=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755616 is #8AA9E9. Grayscale: #585858. Windows color (decimal): -9087466 or 1463925. OLE color: 1463925.

HSL color Cylindrical-coordinate representation of color #755616: hue angle of 40.42º 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 #755616 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1178622-
CMYK00.260.810.54
HSL40.42º68.35%27.25%-
HSV(B)40.42º81.2%45.88%-
XYZ10.8110.52.22-
YUV87.9790.77148.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=52%
G=38.22%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117862200.260.810.5440.4268.3527.25
Hex75561601A513628441b
Octal16512626032121665010433
Binary11101011010110101100110101010001110110101000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755616; }

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

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

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

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

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

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

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

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