#413B32

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

Shades of Jacko Bean #413B32

Tints of Jacko Bean #413B32

Color information

#413B32 (or 0x413B32) is unknown color: approx Jacko Bean. HEX triplet: 41, 3B and 32. RGB value is (65,59,50). Sum of RGB (Red+Green+Blue) = 65+59+50=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B32 is #BEC4CD. Grayscale: #3B3B3B. Windows color (decimal): -12502222 or 3291969. OLE color: 3291969.

HSL color Cylindrical-coordinate representation of color #413B32: hue angle of 36º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413B32 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB655950-
CMYK00.090.230.75
HSL36º13.04%22.55%-
HSV(B)36º23.08%25.49%-
XYZ4.324.483.66-
YUV59.77122.49131.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=37.36%
G=33.91%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65595000.090.230.753613.0422.55
Hex413B3209174B24d17
Octal101736201127113441527
Binary100000111101111001001001101111001011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413B32; }

 p { color: rgb(65,59,50); }

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

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

 a { background-color: rgb(65,59,50); }

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

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

 span { border-color: rgb(65,59,50); }

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