#755914

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

Shades of Raw Umber #755914

Tints of Raw Umber #755914

Color information

#755914 (or 0x755914) is unknown color: approx Raw Umber. HEX triplet: 75, 59 and 14. RGB value is (117,89,20). Sum of RGB (Red+Green+Blue) = 117+89+20=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #755914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755914 is #8AA6EB. Grayscale: #595959. Windows color (decimal): -9086700 or 1333621. OLE color: 1333621.

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

Color convert

RGB1178920-
CMYK00.240.830.54
HSL42.68º70.8%26.86%-
HSV(B)42.68º82.91%45.88%-
XYZ11.0310.982.2-
YUV89.5188.78147.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=51.77%
G=39.38%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117892000.240.830.5442.6870.826.86
Hex75591401853362b471b
Octal16513124030123665310733
Binary11101011011001101000110001010011110110101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755914; }

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

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

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

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

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

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

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

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