#75571A

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

Shades of Raw Umber #75571A

Tints of Raw Umber #75571A

Color information

#75571A (or 0x75571A) is unknown color: approx Raw Umber. HEX triplet: 75, 57 and 1A. RGB value is (117,87,26). Sum of RGB (Red+Green+Blue) = 117+87+26=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75571A is #8AA8E5. Grayscale: #595959. Windows color (decimal): -9087206 or 1726325. OLE color: 1726325.

HSL color Cylindrical-coordinate representation of color #75571A: hue angle of 40.22º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75571A is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1178726-
CMYK00.260.780.54
HSL40.22º63.64%28.04%-
HSV(B)40.22º77.78%45.88%-
XYZ10.9310.672.46-
YUV89.0292.44147.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=50.87%
G=37.83%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117872600.260.780.5440.2263.6428.04
Hex75571A01A4E3628401c
Octal16512732032116665010034
Binary11101011010111110100110101001110110110101000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75571A; }

 p { color: rgb(117,87,26); }

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

<style>
 a { background-color: #75571A; }

 a { background-color: rgb(117,87,26); }

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

<style>
 span { border-color: #75571A; }

 span { border-color: rgb(117,87,26); }

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