Html Css Color HEX #413B32 Jacko Bean

📋 copy color: '#413B32'

red 65 ◦ green 59 ◦ blue 50

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

Shades of Jacko Bean #413B32

Tints of Jacko Bean #413B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.91%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 37.36%
G = 33.91%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#413B32 (or 0x413B32) is known color: Jacko Bean. HEX triplet: 41, 3B and 32. RGB value is (65,59,50). Sum of RGB (Red+Green+Blue) = 65+59+50=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B32 is #BEC4CD. Grayscale: #3B3B3B. Windows color (decimal): -12502222 or 3291969. OLE color: 3291969.

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

Color convert

RGB 65 59 50 -
CMYK 0 0.09 0.23 0.75
HSL 36º 0.13% 0.23% -
HSV(B) 36º 0.23% 0.25% -
XYZ 4.32 4.48 3.66 -
YUV 59.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 65 59 50 0 0.09 0.23 0.75 36 0.13 0.23
Hex 41 3B 32 0 9 17 4B 24 D 17
Octal 101 73 62 0 11 27 113 44 15 27
Binary 1000001 111011 110010 0 1001 10111 1001011 100100 1101 10111

Color Harmonies of #413B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B32

Black with #413B32

Text Example


Text Example

White with #413B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413B32; }

 p { color: rgb(65,59,50); }

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

background-color css

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

 a { background-color: rgb(65,59,50); }

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

border-color css

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

 span { border-color: rgb(65,59,50); }

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