Html Css Color HEX #403729 Jacko Bean

📋 copy color: '#403729'

red 64 ◦ green 55 ◦ blue 41

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

Shades of Jacko Bean #403729

Tints of Jacko Bean #403729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.38%

 BLUE value IS 41 (16.41% from 255) = 25.63%

R = 40%
G = 34.38%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#403729 (or 0x403729) is known color: Jacko Bean. HEX triplet: 40, 37 and 29. RGB value is (64,55,41). Sum of RGB (Red+Green+Blue) = 64+55+41=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #403729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403729 is #BFC8D6. Grayscale: #383838. Windows color (decimal): -12568791 or 2701120. OLE color: 2701120.

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

Color convert

RGB 64 55 41 -
CMYK 0 0.14 0.36 0.75
HSL 36.52º 0.22% 0.21% -
HSV(B) 36.52º 0.36% 0.25% -
XYZ 3.88 3.98 2.66 -
YUV 56.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 64 55 41 0 0.14 0.36 0.75 36.52 0.22 0.21
Hex 40 37 29 0 E 24 4B 25 16 15
Octal 100 67 51 0 16 44 113 45 26 25
Binary 1000000 110111 101001 0 1110 100100 1001011 100101 10110 10101

Color Harmonies of #403729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403729

Black with #403729

Text Example


Text Example

White with #403729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403729; }

 p { color: rgb(64,55,41); }

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

background-color css

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

 a { background-color: rgb(64,55,41); }

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

border-color css

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

 span { border-color: rgb(64,55,41); }

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