#75511F

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

Shades of Raw Umber #75511F

Tints of Raw Umber #75511F

Color information

#75511F (or 0x75511F) is unknown color: approx Raw Umber. HEX triplet: 75, 51 and 1F. RGB value is (117,81,31). Sum of RGB (Red+Green+Blue) = 117+81+31=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75511F is #8AAEE0. Grayscale: #565656. Windows color (decimal): -9088737 or 2052469. OLE color: 2052469.

HSL color Cylindrical-coordinate representation of color #75511F: hue angle of 34.88º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75511F is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1178131-
CMYK00.310.740.54
HSL34.88º58.11%29.02%-
HSV(B)34.88º73.5%45.88%-
XYZ10.539.772.63-
YUV86.0696.93150.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 31 (12.5% from 255) = 13.54%
R=51.09%
G=35.37%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117813100.310.740.5434.8858.1129.02
Hex75511F01F4A36233a1d
Octal1651213703711266437235
Binary1110101101000111111011111100101011011010001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,81,31); }

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

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

 a { background-color: rgb(117,81,31); }

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

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

 span { border-color: rgb(117,81,31); }

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