Html Css Color HEX #413B31 Jacko Bean

📋 copy color: '#413B31'

red 65 ◦ green 59 ◦ blue 49

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

Shades of Jacko Bean #413B31

Tints of Jacko Bean #413B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 37.57%
G = 34.1%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#413B31 (or 0x413B31) is known color: Jacko Bean. HEX triplet: 41, 3B and 31. RGB value is (65,59,49). Sum of RGB (Red+Green+Blue) = 65+59+49=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #413B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B31 is #BEC4CE. Grayscale: #3B3B3B. Windows color (decimal): -12502223 or 3226433. OLE color: 3226433.

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

Color convert

RGB 65 59 49 -
CMYK 0 0.09 0.25 0.75
HSL 37.5º 0.14% 0.22% -
HSV(B) 37.5º 0.25% 0.25% -
XYZ 4.3 4.47 3.54 -
YUV 59.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 65 59 49 0 0.09 0.25 0.75 37.5 0.14 0.22
Hex 41 3B 31 0 9 19 4B 26 E 16
Octal 101 73 61 0 11 31 113 46 16 26
Binary 1000001 111011 110001 0 1001 11001 1001011 100110 1110 10110

Color Harmonies of #413B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B31

Black with #413B31

Text Example


Text Example

White with #413B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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