#483B2B

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

Shades of Jacko Bean #483B2B

Tints of Jacko Bean #483B2B

Color information

#483B2B (or 0x483B2B) is unknown color: approx Jacko Bean. HEX triplet: 48, 3B and 2B. RGB value is (72,59,43). Sum of RGB (Red+Green+Blue) = 72+59+43=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B2B is #B7C4D4. Grayscale: #3D3D3D. Windows color (decimal): -12043477 or 2833224. OLE color: 2833224.

HSL color Cylindrical-coordinate representation of color #483B2B: hue angle of 33.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483B2B is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB725943-
CMYK00.180.400.72
HSL33.1º25.22%22.55%-
HSV(B)33.1º40.28%28.24%-
XYZ4.674.682.94-
YUV61.06117.81135.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=41.38%
G=33.91%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72594300.180.400.7233.125.2222.55
Hex483B2B0122848211917
Octal110735302250110413127
Binary100100011101110101101001010100010010001000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483B2B; }

 p { color: rgb(72,59,43); }

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

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

 a { background-color: rgb(72,59,43); }

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

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

 span { border-color: rgb(72,59,43); }

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