Html Css Color HEX #413529 Jacko Bean

📋 copy color: '#413529'

red 65 ◦ green 53 ◦ blue 41

#413529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacko Bean #413529

Tints of Jacko Bean #413529

RGB

 RED value IS 65 (25.78% from 255) = 40.88%

 GREEN value IS 53 (21.09% from 255) = 33.33%

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 40.88%
G = 33.33%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#413529 (or 0x413529) is known color: Jacko Bean. HEX triplet: 41, 35 and 29. RGB value is (65,53,41). Sum of RGB (Red+Green+Blue) = 65+53+41=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #413529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413529 is #BECAD6. Grayscale: #373737. Windows color (decimal): -12503767 or 2700609. OLE color: 2700609.

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

Color convert

RGB 65 53 41 -
CMYK 0 0.18 0.37 0.75
HSL 30º 0.23% 0.21% -
HSV(B) 30º 0.37% 0.25% -
XYZ 3.85 3.83 2.63 -
YUV 55.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 65 53 41 0 0.18 0.37 0.75 30 0.23 0.21
Hex 41 35 29 0 12 25 4B 1E 17 15
Octal 101 65 51 0 22 45 113 36 27 25
Binary 1000001 110101 101001 0 10010 100101 1001011 11110 10111 10101

Color Harmonies of #413529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413529

Black with #413529

Text Example


Text Example

White with #413529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413529; }

 p { color: rgb(65,53,41); }

 H1.HeaderClassName
 {
   color: #413529;
 }
 .AnyTagClassName
 {
   color: #413529;
 }
</style>

background-color css

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

 a { background-color: rgb(65,53,41); }

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

border-color css

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

 span { border-color: rgb(65,53,41); }

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