#473033

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

Shades of Cab Sav #473033

Tints of Cab Sav #473033

Color information

#473033 (or 0x473033) is unknown color: approx Cab Sav. HEX triplet: 47, 30 and 33. RGB value is (71,48,51). Sum of RGB (Red+Green+Blue) = 71+48+51=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #473033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473033 is #B8CFCC. Grayscale: #373737. Windows color (decimal): -12111821 or 3354695. OLE color: 3354695.

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

Color convert

RGB714851-
CMYK00.320.280.72
HSL352.17º19.33%23.33%-
HSV(B)352.17º32.39%27.84%-
XYZ4.253.693.62-
YUV55.22125.62139.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 51 (20.31% from 255) = 30%
R=41.76%
G=28.24%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71485100.320.280.72352.1719.3323.33
Hex4730330201C481601317
Octal1076063040341105402327
Binary100011111000011001101000001110010010001011000001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473033; }

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

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

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

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

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

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

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

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