#473438

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

Shades of Cab Sav #473438

Tints of Cab Sav #473438

Color information

#473438 (or 0x473438) is unknown color: approx Cab Sav. HEX triplet: 47, 34 and 38. RGB value is (71,52,56). Sum of RGB (Red+Green+Blue) = 71+52+56=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #473438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473438 is #B8CBC7. Grayscale: #3A3A3A. Windows color (decimal): -12110792 or 3683399. OLE color: 3683399.

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

Color convert

RGB715256-
CMYK00.270.210.72
HSL347.37º15.45%24.12%-
HSV(B)347.37º26.76%27.84%-
XYZ4.544.084.29-
YUV58.14126.79137.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=39.66%
G=29.05%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71525600.270.210.72347.3715.4524.12
Hex47343801B154815bf18
Octal1076470033251105331730
Binary1000111110100111000011011101011001000101011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473438; }

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

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

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

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

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

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

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

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