#75580A

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

Shades of Raw Umber #75580A

Tints of Raw Umber #75580A

Color information

#75580A (or 0x75580A) is unknown color: approx Raw Umber. HEX triplet: 75, 58 and 0A. RGB value is (117,88,10). Sum of RGB (Red+Green+Blue) = 117+88+10=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75580A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75580A is #8AA7F5. Grayscale: #585858. Windows color (decimal): -9086966 or 678005. OLE color: 678005.

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

Color convert

RGB1178810-
CMYK00.250.910.54
HSL43.74º84.25%24.9%-
HSV(B)43.74º91.45%45.88%-
XYZ10.8810.781.8-
YUV87.7884.11148.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 88 (34.77% from 255) = 40.93%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=54.42%
G=40.93%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117881000.250.910.5443.7484.2524.9
Hex7558A0195B362c5419
Octal16513012031133665412431
Binary1110101101100010100110011011011110110101100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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