Html Css Color HEX #413C33 Jacko Bean

📋 copy color: '#413C33'

red 65 ◦ green 60 ◦ blue 51

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

Shades of Jacko Bean #413C33

Tints of Jacko Bean #413C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

 BLUE value IS 51 (20.31% from 255) = 28.98%

R = 36.93%
G = 34.09%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#413C33 (or 0x413C33) is known color: Jacko Bean. HEX triplet: 41, 3C and 33. RGB value is (65,60,51). Sum of RGB (Red+Green+Blue) = 65+60+51=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #413C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C33 is #BEC3CC. Grayscale: #3C3C3C. Windows color (decimal): -12501965 or 3357761. OLE color: 3357761.

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

Color convert

RGB 65 60 51 -
CMYK 0 0.08 0.22 0.75
HSL 38.57º 0.12% 0.23% -
HSV(B) 38.57º 0.22% 0.25% -
XYZ 4.39 4.59 3.79 -
YUV 60.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 65 60 51 0 0.08 0.22 0.75 38.57 0.12 0.23
Hex 41 3C 33 0 8 16 4B 27 C 17
Octal 101 74 63 0 10 26 113 47 14 27
Binary 1000001 111100 110011 0 1000 10110 1001011 100111 1100 10111

Color Harmonies of #413C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C33

Black with #413C33

Text Example


Text Example

White with #413C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,60,51); }

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

background-color css

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

 a { background-color: rgb(65,60,51); }

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

border-color css

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

 span { border-color: rgb(65,60,51); }

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