#472A2E

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

Shades of Cab Sav #472A2E

Tints of Cab Sav #472A2E

Color information

#472A2E (or 0x472A2E) is unknown color: approx Cab Sav. HEX triplet: 47, 2A and 2E. RGB value is (71,42,46). Sum of RGB (Red+Green+Blue) = 71+42+46=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #472A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A2E is #B8D5D1. Grayscale: #333333. Windows color (decimal): -12113362 or 3025479. OLE color: 3025479.

HSL color Cylindrical-coordinate representation of color #472A2E: hue angle of 351.72º 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 #472A2E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB714246-
CMYK00.410.350.72
HSL351.72º25.66%22.16%-
HSV(B)351.72º40.85%27.84%-
XYZ3.923.192.99-
YUV51.13125.11142.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=44.65%
G=26.42%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71424600.410.350.72351.7225.6622.16
Hex472A2E02923481601a16
Octal1075256051431105403226
Binary1000111101010101110010100110001110010001011000001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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