#75560F

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

Shades of Raw Umber #75560F

Tints of Raw Umber #75560F

Color information

#75560F (or 0x75560F) is unknown color: approx Raw Umber. HEX triplet: 75, 56 and 0F. RGB value is (117,86,15). Sum of RGB (Red+Green+Blue) = 117+86+15=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75560F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75560F is #8AA9F0. Grayscale: #575757. Windows color (decimal): -9087473 or 1005173. OLE color: 1005173.

HSL color Cylindrical-coordinate representation of color #75560F: hue angle of 41.76º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75560F is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1178615-
CMYK00.260.870.54
HSL41.76º77.27%25.88%-
HSV(B)41.76º87.18%45.88%-
XYZ10.7510.471.91-
YUV87.1887.27149.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=53.67%
G=39.45%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117861500.260.870.5441.7677.2725.88
Hex7556F01A57362a4d1a
Octal16512617032127665211532
Binary1110101101011011110110101010111110110101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75560F; }

 p { color: rgb(117,86,15); }

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

<style>
 a { background-color: #75560F; }

 a { background-color: rgb(117,86,15); }

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

<style>
 span { border-color: #75560F; }

 span { border-color: rgb(117,86,15); }

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