Html Css Color HEX #413325 Jacko Bean

📋 copy color: '#413325'

red 65 ◦ green 51 ◦ blue 37

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

Shades of Jacko Bean #413325

Tints of Jacko Bean #413325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

 BLUE value IS 37 (14.84% from 255) = 24.18%

R = 42.48%
G = 33.33%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#413325 (or 0x413325) is known color: Jacko Bean. HEX triplet: 41, 33 and 25. RGB value is (65,51,37). Sum of RGB (Red+Green+Blue) = 65+51+37=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413325 is #BECCDA. Grayscale: #353535. Windows color (decimal): -12504283 or 2437953. OLE color: 2437953.

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

Color convert

RGB 65 51 37 -
CMYK 0 0.22 0.43 0.75
HSL 30º 0.27% 0.2% -
HSV(B) 30º 0.43% 0.25% -
XYZ 3.7 3.63 2.26 -
YUV 53.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 65 51 37 0 0.22 0.43 0.75 30 0.27 0.2
Hex 41 33 25 0 16 2B 4B 1E 1B 14
Octal 101 63 45 0 26 53 113 36 33 24
Binary 1000001 110011 100101 0 10110 101011 1001011 11110 11011 10100

Color Harmonies of #413325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413325

Black with #413325

Text Example


Text Example

White with #413325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413325; }

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

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

background-color css

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

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

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

border-color css

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

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

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