#473132

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

Shades of Cab Sav #473132

Tints of Cab Sav #473132

Color information

#473132 (or 0x473132) is unknown color: approx Cab Sav. HEX triplet: 47, 31 and 32. RGB value is (71,49,50). Sum of RGB (Red+Green+Blue) = 71+49+50=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #473132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473132 is #B8CECD. Grayscale: #373737. Windows color (decimal): -12111566 or 3289415. OLE color: 3289415.

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

Color convert

RGB714950-
CMYK00.310.300.72
HSL357.27º18.33%23.53%-
HSV(B)357.27º30.99%27.84%-
XYZ4.273.773.52-
YUV55.69124.79138.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=41.76%
G=28.82%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71495000.310.300.72357.2718.3323.53
Hex47313201F1E481651218
Octal1076162037361105452230
Binary10001111100011100100111111111010010001011001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473132; }

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

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

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

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

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

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

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

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