#75531C

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

Shades of Raw Umber #75531C

Tints of Raw Umber #75531C

Color information

#75531C (or 0x75531C) is unknown color: approx Raw Umber. HEX triplet: 75, 53 and 1C. RGB value is (117,83,28). Sum of RGB (Red+Green+Blue) = 117+83+28=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75531C is #8AACE3. Grayscale: #575757. Windows color (decimal): -9088228 or 1856373. OLE color: 1856373.

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

Color convert

RGB1178328-
CMYK00.290.760.54
HSL37.08º61.38%28.43%-
HSV(B)37.08º76.07%45.88%-
XYZ10.6410.052.48-
YUV86.994.76149.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=51.32%
G=36.40%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117832800.290.760.5437.0861.3828.43
Hex75531C01D4C36253d1c
Octal1651233403511466457534
Binary1110101101001111100011101100110011011010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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