#755814

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

Shades of Raw Umber #755814

Tints of Raw Umber #755814

Color information

#755814 (or 0x755814) is unknown color: approx Raw Umber. HEX triplet: 75, 58 and 14. RGB value is (117,88,20). Sum of RGB (Red+Green+Blue) = 117+88+20=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755814 is #8AA7EB. Grayscale: #595959. Windows color (decimal): -9086956 or 1333365. OLE color: 1333365.

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

Color convert

RGB1178820-
CMYK00.250.830.54
HSL42.06º70.8%26.86%-
HSV(B)42.06º82.91%45.88%-
XYZ10.9510.812.17-
YUV88.9289.11148.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=52%
G=39.11%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117882000.250.830.5442.0670.826.86
Hex75581401953362a471b
Octal16513024031123665210733
Binary11101011011000101000110011010011110110101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755814; }

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

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

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

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

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

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

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

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