#473A2A

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

Shades of Jacko Bean #473A2A

Tints of Jacko Bean #473A2A

Color information

#473A2A (or 0x473A2A) is unknown color: approx Jacko Bean. HEX triplet: 47, 3A and 2A. RGB value is (71,58,42). Sum of RGB (Red+Green+Blue) = 71+58+42=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #473A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A2A is #B8C5D5. Grayscale: #3C3C3C. Windows color (decimal): -12109270 or 2767431. OLE color: 2767431.

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

Color convert

RGB715842-
CMYK00.180.410.72
HSL33.1º25.66%22.16%-
HSV(B)33.1º40.85%27.84%-
XYZ4.534.532.83-
YUV60.06117.81135.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=41.52%
G=33.92%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71584200.180.410.7233.125.6622.16
Hex473A2A0122948211a16
Octal107725202251110413226
Binary100011111101010101001001010100110010001000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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