#473A2B

Color #473A2B Jacko Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacko Bean #473A2B

Tints of Jacko Bean #473A2B

Color information

#473A2B (or 0x473A2B) is unknown color: approx Jacko Bean. HEX triplet: 47, 3A and 2B. RGB value is (71,58,43). Sum of RGB (Red+Green+Blue) = 71+58+43=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #473A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A2B is #B8C5D4. Grayscale: #3C3C3C. Windows color (decimal): -12109269 or 2832967. OLE color: 2832967.

HSL color Cylindrical-coordinate representation of color #473A2B: hue angle of 32.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473A2B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB715843-
CMYK00.180.390.72
HSL32.14º24.56%22.35%-
HSV(B)32.14º39.44%27.84%-
XYZ4.554.542.92-
YUV60.18118.31135.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 43 (17.19% from 255) = 25%
R=41.28%
G=33.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71584300.180.390.7232.1424.5622.35
Hex473A2B0122748201916
Octal107725302247110403126
Binary100011111101010101101001010011110010001000001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A2B; }

 p { color: rgb(71,58,43); }

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

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

 a { background-color: rgb(71,58,43); }

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

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

 span { border-color: rgb(71,58,43); }

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