#75570D

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

Shades of Raw Umber #75570D

Tints of Raw Umber #75570D

Color information

#75570D (or 0x75570D) is unknown color: approx Raw Umber. HEX triplet: 75, 57 and 0D. RGB value is (117,87,13). Sum of RGB (Red+Green+Blue) = 117+87+13=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75570D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75570D is #8AA8F2. Grayscale: #575757. Windows color (decimal): -9087219 or 874357. OLE color: 874357.

HSL color Cylindrical-coordinate representation of color #75570D: hue angle of 42.69º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75570D is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1178713-
CMYK00.260.890.54
HSL42.69º80%25.49%-
HSV(B)42.69º88.89%45.88%-
XYZ10.8210.631.86-
YUV87.5385.94149.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 13 (5.47% from 255) = 5.99%
R=53.92%
G=40.09%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117871300.260.890.5442.698025.49
Hex7557D01A59362b5019
Octal16512715032131665312031
Binary1110101101011111010110101011001110110101011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75570D; }

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

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

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

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

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

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

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

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