#75490F

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

Shades of Raw Umber #75490F

Tints of Raw Umber #75490F

Color information

#75490F (or 0x75490F) is unknown color: approx Raw Umber. HEX triplet: 75, 49 and 0F. RGB value is (117,73,15). Sum of RGB (Red+Green+Blue) = 117+73+15=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #75490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75490F is #8AB6F0. Grayscale: #4F4F4F. Windows color (decimal): -9090801 or 1001845. OLE color: 1001845.

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

Color convert

RGB1177315-
CMYK00.380.870.54
HSL34.12º77.27%25.88%-
HSV(B)34.12º87.18%45.88%-
XYZ9.88.581.59-
YUV79.5491.58154.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 15 (6.25% from 255) = 7.32%
R=57.07%
G=35.61%
B=7.32%

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
Decimal117731500.380.870.5434.1277.2725.88
Hex7549F0265736224d1a
Octal16511117046127664211532
Binary11101011001001111101001101010111110110100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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