#75531B

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

Shades of Raw Umber #75531B

Tints of Raw Umber #75531B

Color information

#75531B (or 0x75531B) is unknown color: approx Raw Umber. HEX triplet: 75, 53 and 1B. RGB value is (117,83,27). Sum of RGB (Red+Green+Blue) = 117+83+27=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75531B is #8AACE4. Grayscale: #575757. Windows color (decimal): -9088229 or 1790837. OLE color: 1790837.

HSL color Cylindrical-coordinate representation of color #75531B: hue angle of 37.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75531B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1178327-
CMYK00.290.770.54
HSL37.33º62.5%28.24%-
HSV(B)37.33º76.92%45.88%-
XYZ10.6310.052.42-
YUV86.7894.26149.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=51.54%
G=36.56%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117832700.290.770.5437.3362.528.24
Hex75531B01D4D36253e1c
Octal1651233303511566457634
Binary1110101101001111011011101100110111011010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,83,27); }

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

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

 a { background-color: rgb(117,83,27); }

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

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

 span { border-color: rgb(117,83,27); }

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