#413425

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

Shades of Jacko Bean #413425

Tints of Jacko Bean #413425

Color information

#413425 (or 0x413425) is unknown color: approx Jacko Bean. HEX triplet: 41, 34 and 25. RGB value is (65,52,37). Sum of RGB (Red+Green+Blue) = 65+52+37=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413425 is #BECBDA. Grayscale: #363636. Windows color (decimal): -12504027 or 2438209. OLE color: 2438209.

HSL color Cylindrical-coordinate representation of color #413425: hue angle of 32.14º 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 #413425 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB655237-
CMYK00.200.430.75
HSL32.14º27.45%20%-
HSV(B)32.14º43.08%25.49%-
XYZ3.743.712.27-
YUV54.18118.31135.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=42.21%
G=33.77%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65523700.200.430.7532.1427.4520
Hex4134250142B4B201b14
Octal101644502453113403324
Binary100000111010010010101010010101110010111000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413425; }

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

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

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

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

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

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

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

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