#472E33

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

Shades of Cab Sav #472E33

Tints of Cab Sav #472E33

Color information

#472E33 (or 0x472E33) is unknown color: approx Cab Sav. HEX triplet: 47, 2E and 33. RGB value is (71,46,51). Sum of RGB (Red+Green+Blue) = 71+46+51=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E33 is #B8D1CC. Grayscale: #363636. Windows color (decimal): -12112333 or 3354183. OLE color: 3354183.

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

Color convert

RGB714651-
CMYK00.350.280.72
HSL348º21.37%22.94%-
HSV(B)348º35.21%27.84%-
XYZ4.173.533.59-
YUV54.04126.28140.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 51 (20.31% from 255) = 30.36%
R=42.26%
G=27.38%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71465100.350.280.7234821.3722.94
Hex472E330231C4815c1517
Octal1075663043341105342527
Binary100011110111011001101000111110010010001010111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,51); }

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

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

 a { background-color: rgb(71,46,51); }

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

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

 span { border-color: rgb(71,46,51); }

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