#755716

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

Shades of Raw Umber #755716

Tints of Raw Umber #755716

Color information

#755716 (or 0x755716) is unknown color: approx Raw Umber. HEX triplet: 75, 57 and 16. RGB value is (117,87,22). Sum of RGB (Red+Green+Blue) = 117+87+22=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #755716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755716 is #8AA8E9. Grayscale: #585858. Windows color (decimal): -9087210 or 1464181. OLE color: 1464181.

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

Color convert

RGB1178722-
CMYK00.260.810.54
HSL41.05º68.35%27.25%-
HSV(B)41.05º81.2%45.88%-
XYZ10.8910.662.24-
YUV88.5690.44148.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=51.77%
G=38.50%
B=9.73%

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
Decimal117872200.260.810.5441.0568.3527.25
Hex75571601A513629441b
Octal16512726032121665110433
Binary11101011010111101100110101010001110110101001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755716; }

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

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

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

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

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

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

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

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