#413325

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

Shades of Jacko Bean #413325

Tints of Jacko Bean #413325

Color information

#413325 (or 0x413325) is unknown color: approx Jacko Bean. HEX triplet: 41, 33 and 25. RGB value is (65,51,37). Sum of RGB (Red+Green+Blue) = 65+51+37=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413325 is #BECCDA. Grayscale: #353535. Windows color (decimal): -12504283 or 2437953. OLE color: 2437953.

HSL color Cylindrical-coordinate representation of color #413325: hue angle of 30º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #413325 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB655137-
CMYK00.220.430.75
HSL30º27.45%20%-
HSV(B)30º43.08%25.49%-
XYZ3.73.632.26-
YUV53.59118.64136.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=42.48%
G=33.33%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65513700.220.430.753027.4520
Hex4133250162B4B1e1b14
Octal101634502653113363324
Binary10000011100111001010101101010111001011111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413325; }

 p { color: rgb(65,51,37); }

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

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

 a { background-color: rgb(65,51,37); }

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

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

 span { border-color: rgb(65,51,37); }

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