#75480F

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

Shades of Raw Umber #75480F

Tints of Raw Umber #75480F

Color information

#75480F (or 0x75480F) is unknown color: approx Raw Umber. HEX triplet: 75, 48 and 0F. RGB value is (117,72,15). Sum of RGB (Red+Green+Blue) = 117+72+15=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #75480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75480F is #8AB7F0. Grayscale: #4F4F4F. Windows color (decimal): -9091057 or 1001589. OLE color: 1001589.

HSL color Cylindrical-coordinate representation of color #75480F: hue angle of 33.53º 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 #75480F is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1177215-
CMYK00.380.870.54
HSL33.53º77.27%25.88%-
HSV(B)33.53º87.18%45.88%-
XYZ9.748.451.57-
YUV78.9691.91155.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 15 (6.25% from 255) = 7.35%
R=57.35%
G=35.29%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117721500.380.870.5433.5377.2725.88
Hex7548F0265736224d1a
Octal16511017046127664211532
Binary11101011001000111101001101010111110110100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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