#472A31

Color #472A31 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #472A31

Tints of Cab Sav #472A31

Color information

#472A31 (or 0x472A31) is unknown color: approx Cab Sav. HEX triplet: 47, 2A and 31. RGB value is (71,42,49). Sum of RGB (Red+Green+Blue) = 71+42+49=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #472A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A31 is #B8D5CE. Grayscale: #333333. Windows color (decimal): -12113359 or 3222087. OLE color: 3222087.

HSL color Cylindrical-coordinate representation of color #472A31: hue angle of 345.52º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A31 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB714249-
CMYK00.410.310.72
HSL345.52º25.66%22.16%-
HSV(B)345.52º40.85%27.84%-
XYZ3.983.223.32-
YUV51.47126.61141.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=43.83%
G=25.93%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71424900.410.310.72345.5225.6622.16
Hex472A310291F4815a1a16
Octal1075261051371105323226
Binary100011110101011000101010011111110010001010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472A31; }

 p { color: rgb(71,42,49); }

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

<style>
 a { background-color: #472A31; }

 a { background-color: rgb(71,42,49); }

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

<style>
 span { border-color: #472A31; }

 span { border-color: rgb(71,42,49); }

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