#472B2E

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

Shades of Cab Sav #472B2E

Tints of Cab Sav #472B2E

Color information

#472B2E (or 0x472B2E) is unknown color: approx Cab Sav. HEX triplet: 47, 2B and 2E. RGB value is (71,43,46). Sum of RGB (Red+Green+Blue) = 71+43+46=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B2E is #B8D4D1. Grayscale: #333333. Windows color (decimal): -12113106 or 3025735. OLE color: 3025735.

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

Color convert

RGB714346-
CMYK00.390.350.72
HSL353.57º24.56%22.35%-
HSV(B)353.57º39.44%27.84%-
XYZ3.963.263.01-
YUV51.71124.78141.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=44.38%
G=26.88%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71434600.390.350.72353.5724.5622.35
Hex472B2E02723481621916
Octal1075356047431105423126
Binary1000111101011101110010011110001110010001011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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