#75580B

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

Shades of Raw Umber #75580B

Tints of Raw Umber #75580B

Color information

#75580B (or 0x75580B) is unknown color: approx Raw Umber. HEX triplet: 75, 58 and 0B. RGB value is (117,88,11). Sum of RGB (Red+Green+Blue) = 117+88+11=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75580B is #8AA7F4. Grayscale: #585858. Windows color (decimal): -9086965 or 743541. OLE color: 743541.

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

Color convert

RGB1178811-
CMYK00.250.910.54
HSL43.58º82.81%25.1%-
HSV(B)43.58º90.6%45.88%-
XYZ10.8910.791.82-
YUV87.8984.61148.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=54.17%
G=40.74%
B=5.09%

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
Decimal117881100.250.910.5443.5882.8125.1
Hex7558B0195B362c5319
Octal16513013031133665412331
Binary1110101101100010110110011011011110110101100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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