#75570C

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

Shades of Raw Umber #75570C

Tints of Raw Umber #75570C

Color information

#75570C (or 0x75570C) is unknown color: approx Raw Umber. HEX triplet: 75, 57 and 0C. RGB value is (117,87,12). Sum of RGB (Red+Green+Blue) = 117+87+12=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75570C is #8AA8F3. Grayscale: #575757. Windows color (decimal): -9087220 or 808821. OLE color: 808821.

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

Color convert

RGB1178712-
CMYK00.260.900.54
HSL42.86º81.4%25.29%-
HSV(B)42.86º89.74%45.88%-
XYZ10.8110.621.83-
YUV87.4285.44149.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 12 (5.08% from 255) = 5.56%
R=54.17%
G=40.28%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117871200.260.900.5442.8681.425.29
Hex7557C01A5A362b5119
Octal16512714032132665312131
Binary1110101101011111000110101011010110110101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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