Html Css Color HEX #403325 Jacko Bean

📋 copy color: '#403325'

red 64 ◦ green 51 ◦ blue 37

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

Shades of Jacko Bean #403325

Tints of Jacko Bean #403325

RGB

 RED value IS 64 (25.39% from 255) = 42.11%

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

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

R = 42.11%
G = 33.55%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#403325 (or 0x403325) is known color: Jacko Bean. HEX triplet: 40, 33 and 25. RGB value is (64,51,37). Sum of RGB (Red+Green+Blue) = 64+51+37=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403325 is #BFCCDA. Grayscale: #353535. Windows color (decimal): -12569819 or 2437952. OLE color: 2437952.

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

Color convert

RGB 64 51 37 -
CMYK 0 0.20 0.42 0.75
HSL 31.11º 0.27% 0.2% -
HSV(B) 31.11º 0.42% 0.25% -
XYZ 3.63 3.59 2.25 -
YUV 53.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 64 51 37 0 0.20 0.42 0.75 31.11 0.27 0.2
Hex 40 33 25 0 14 2A 4B 1F 1B 14
Octal 100 63 45 0 24 52 113 37 33 24
Binary 1000000 110011 100101 0 10100 101010 1001011 11111 11011 10100

Color Harmonies of #403325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403325

Black with #403325

Text Example


Text Example

White with #403325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403325; }

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

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

background-color css

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

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

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

border-color css

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

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

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