#755A16

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

Shades of Raw Umber #755A16

Tints of Raw Umber #755A16

Color information

#755A16 (or 0x755A16) is unknown color: approx Raw Umber. HEX triplet: 75, 5A and 16. RGB value is (117,90,22). Sum of RGB (Red+Green+Blue) = 117+90+22=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #755A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A16 is #8AA5E9. Grayscale: #5A5A5A. Windows color (decimal): -9086442 or 1464949. OLE color: 1464949.

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

Color convert

RGB1179022-
CMYK00.230.810.54
HSL42.95º68.35%27.25%-
HSV(B)42.95º81.2%45.88%-
XYZ11.1411.152.32-
YUV90.3289.45147.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=51.09%
G=39.30%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117902200.230.810.5442.9568.3527.25
Hex755A1601751362b441b
Octal16513226027121665310433
Binary11101011011010101100101111010001110110101011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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