#75570A

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

Shades of Raw Umber #75570A

Tints of Raw Umber #75570A

Color information

#75570A (or 0x75570A) is unknown color: approx Raw Umber. HEX triplet: 75, 57 and 0A. RGB value is (117,87,10). Sum of RGB (Red+Green+Blue) = 117+87+10=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75570A is #8AA8F5. Grayscale: #575757. Windows color (decimal): -9087222 or 677749. OLE color: 677749.

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

Color convert

RGB1178710-
CMYK00.260.910.54
HSL43.18º84.25%24.9%-
HSV(B)43.18º91.45%45.88%-
XYZ10.810.621.77-
YUV87.1984.44149.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=54.67%
G=40.65%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117871000.260.910.5443.1884.2524.9
Hex7557A01A5B362b5419
Octal16512712032133665312431
Binary1110101101011110100110101011011110110101011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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