#473237

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

Shades of Cab Sav #473237

Tints of Cab Sav #473237

Color information

#473237 (or 0x473237) is unknown color: approx Cab Sav. HEX triplet: 47, 32 and 37. RGB value is (71,50,55). Sum of RGB (Red+Green+Blue) = 71+50+55=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #473237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473237 is #B8CDC8. Grayscale: #383838. Windows color (decimal): -12111305 or 3617351. OLE color: 3617351.

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

Color convert

RGB715055-
CMYK00.300.230.72
HSL345.71º17.36%23.73%-
HSV(B)345.71º29.58%27.84%-
XYZ4.433.94.13-
YUV56.85126.96138.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 55 (21.88% from 255) = 31.25%
R=40.34%
G=28.41%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71505500.300.230.72345.7117.3623.73
Hex47323701E174815a1118
Octal1076267036271105322130
Binary10001111100101101110111101011110010001010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473237; }

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

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

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

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

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

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

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

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