#413426

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

Shades of Jacko Bean #413426

Tints of Jacko Bean #413426

Color information

#413426 (or 0x413426) is unknown color: approx Jacko Bean. HEX triplet: 41, 34 and 26. RGB value is (65,52,38). Sum of RGB (Red+Green+Blue) = 65+52+38=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413426 is #BECBD9. Grayscale: #363636. Windows color (decimal): -12504026 or 2503745. OLE color: 2503745.

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

Color convert

RGB655238-
CMYK00.200.420.75
HSL31.11º26.21%20.2%-
HSV(B)31.11º41.54%25.49%-
XYZ3.763.722.35-
YUV54.29118.81135.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=41.94%
G=33.55%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65523800.200.420.7531.1126.2120.2
Hex4134260142A4B1f1a14
Octal101644602452113373224
Binary10000011101001001100101001010101001011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413426; }

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

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

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

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

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

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

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

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