#473134

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

Shades of Cab Sav #473134

Tints of Cab Sav #473134

Color information

#473134 (or 0x473134) is unknown color: approx Cab Sav. HEX triplet: 47, 31 and 34. RGB value is (71,49,52). Sum of RGB (Red+Green+Blue) = 71+49+52=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #473134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473134 is #B8CECB. Grayscale: #373737. Windows color (decimal): -12111564 or 3420487. OLE color: 3420487.

HSL color Cylindrical-coordinate representation of color #473134: hue angle of 351.82º 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 #473134 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB714952-
CMYK00.310.270.72
HSL351.82º18.33%23.53%-
HSV(B)351.82º30.99%27.84%-
XYZ4.323.783.75-
YUV55.92125.79138.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=41.28%
G=28.49%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71495200.310.270.72351.8218.3323.53
Hex47313401F1B481601218
Octal1076164037331105402230
Binary10001111100011101000111111101110010001011000001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473134; }

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

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

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

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

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

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

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

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