#75580C

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

Shades of Raw Umber #75580C

Tints of Raw Umber #75580C

Color information

#75580C (or 0x75580C) is unknown color: approx Raw Umber. HEX triplet: 75, 58 and 0C. RGB value is (117,88,12). Sum of RGB (Red+Green+Blue) = 117+88+12=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75580C is #8AA7F3. Grayscale: #585858. Windows color (decimal): -9086964 or 809077. OLE color: 809077.

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

Color convert

RGB1178812-
CMYK00.250.900.54
HSL43.43º81.4%25.29%-
HSV(B)43.43º89.74%45.88%-
XYZ10.8910.791.86-
YUV88.0185.11148.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=53.92%
G=40.55%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117881200.250.900.5443.4381.425.29
Hex7558C0195A362b5119
Octal16513014031132665312131
Binary1110101101100011000110011011010110110101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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