Html Css Color HEX #413D36 Jacko Bean

📋 copy color: '#413D36'

red 65 ◦ green 61 ◦ blue 54

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

Shades of Jacko Bean #413D36

Tints of Jacko Bean #413D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.89%

 BLUE value IS 54 (21.48% from 255) = 30%

R = 36.11%
G = 33.89%
B = 30%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#413D36 (or 0x413D36) is known color: Jacko Bean. HEX triplet: 41, 3D and 36. RGB value is (65,61,54). Sum of RGB (Red+Green+Blue) = 65+61+54=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #413D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D36 is #BEC2C9. Grayscale: #3D3D3D. Windows color (decimal): -12501706 or 3554625. OLE color: 3554625.

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

Color convert

RGB 65 61 54 -
CMYK 0 0.06 0.17 0.75
HSL 38.18º 0.09% 0.23% -
HSV(B) 38.18º 0.17% 0.25% -
XYZ 4.51 4.73 4.16 -
YUV 61.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 65 61 54 0 0.06 0.17 0.75 38.18 0.09 0.23
Hex 41 3D 36 0 6 11 4B 26 9 17
Octal 101 75 66 0 6 21 113 46 11 27
Binary 1000001 111101 110110 0 110 10001 1001011 100110 1001 10111

Color Harmonies of #413D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D36

Black with #413D36

Text Example


Text Example

White with #413D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,54); }

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

background-color css

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

 a { background-color: rgb(65,61,54); }

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

border-color css

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

 span { border-color: rgb(65,61,54); }

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