#413427

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

Shades of Jacko Bean #413427

Tints of Jacko Bean #413427

Color information

#413427 (or 0x413427) is unknown color: approx Jacko Bean. HEX triplet: 41, 34 and 27. RGB value is (65,52,39). Sum of RGB (Red+Green+Blue) = 65+52+39=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413427 is #BECBD8. Grayscale: #363636. Windows color (decimal): -12504025 or 2569281. OLE color: 2569281.

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

Color convert

RGB655239-
CMYK00.200.400.75
HSL30º25%20.39%-
HSV(B)30º40%25.49%-
XYZ3.773.732.44-
YUV54.4119.31135.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 39 (15.62% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65523900.200.400.75302520.39
Hex413427014284B1e1914
Octal101644702450113363124
Binary10000011101001001110101001010001001011111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413427; }

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

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

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

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

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

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

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

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