#473334

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

Shades of Cab Sav #473334

Tints of Cab Sav #473334

Color information

#473334 (or 0x473334) is unknown color: approx Cab Sav. HEX triplet: 47, 33 and 34. RGB value is (71,51,52). Sum of RGB (Red+Green+Blue) = 71+51+52=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #473334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473334 is #B8CCCB. Grayscale: #393939. Windows color (decimal): -12111052 or 3420999. OLE color: 3420999.

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

Color convert

RGB715152-
CMYK00.280.270.72
HSL357º16.39%23.92%-
HSV(B)357º28.17%27.84%-
XYZ4.43.963.78-
YUV57.09125.13137.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=40.80%
G=29.31%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71515200.280.270.7235716.3923.92
Hex47333401C1B481651018
Octal1076364034331105452030
Binary10001111100111101000111001101110010001011001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473334; }

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

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

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

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

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

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

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

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