#755916

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

Shades of Raw Umber #755916

Tints of Raw Umber #755916

Color information

#755916 (or 0x755916) is unknown color: approx Raw Umber. HEX triplet: 75, 59 and 16. RGB value is (117,89,22). Sum of RGB (Red+Green+Blue) = 117+89+22=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #755916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755916 is #8AA6E9. Grayscale: #5A5A5A. Windows color (decimal): -9086698 or 1464693. OLE color: 1464693.

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

Color convert

RGB1178922-
CMYK00.240.810.54
HSL42.32º68.35%27.25%-
HSV(B)42.32º81.2%45.88%-
XYZ11.0510.982.3-
YUV89.7389.78147.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=51.32%
G=39.04%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117892200.240.810.5442.3268.3527.25
Hex75591601851362a441b
Octal16513126030121665210433
Binary11101011011001101100110001010001110110101010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755916; }

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

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

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

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

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

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

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

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