#472C32

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

Shades of Cab Sav #472C32

Tints of Cab Sav #472C32

Color information

#472C32 (or 0x472C32) is unknown color: approx Cab Sav. HEX triplet: 47, 2C and 32. RGB value is (71,44,50). Sum of RGB (Red+Green+Blue) = 71+44+50=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #472C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C32 is #B8D3CD. Grayscale: #343434. Windows color (decimal): -12112846 or 3288135. OLE color: 3288135.

HSL color Cylindrical-coordinate representation of color #472C32: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #472C32 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB714450-
CMYK00.380.300.72
HSL346.67º23.48%22.55%-
HSV(B)346.67º38.03%27.84%-
XYZ4.073.373.45-
YUV52.76126.45141.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=43.03%
G=26.67%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71445000.380.300.72346.6723.4822.55
Hex472C320261E4815b1717
Octal1075462046361105332727
Binary100011110110011001001001101111010010001010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,44,50); }

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

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

 a { background-color: rgb(71,44,50); }

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

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

 span { border-color: rgb(71,44,50); }

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