Html Css Color HEX #403A31 Jacko Bean

📋 copy color: '#403A31'

red 64 ◦ green 58 ◦ blue 49

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

Shades of Jacko Bean #403A31

Tints of Jacko Bean #403A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.92%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 37.43%
G = 33.92%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#403A31 (or 0x403A31) is known color: Jacko Bean. HEX triplet: 40, 3A and 31. RGB value is (64,58,49). Sum of RGB (Red+Green+Blue) = 64+58+49=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #403A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A31 is #BFC5CE. Grayscale: #3A3A3A. Windows color (decimal): -12568015 or 3226176. OLE color: 3226176.

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

Color convert

RGB 64 58 49 -
CMYK 0 0.09 0.23 0.75
HSL 36º 0.13% 0.22% -
HSV(B) 36º 0.23% 0.25% -
XYZ 4.18 4.34 3.52 -
YUV 58.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 64 58 49 0 0.09 0.23 0.75 36 0.13 0.22
Hex 40 3A 31 0 9 17 4B 24 D 16
Octal 100 72 61 0 11 27 113 44 15 26
Binary 1000000 111010 110001 0 1001 10111 1001011 100100 1101 10110

Color Harmonies of #403A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A31

Black with #403A31

Text Example


Text Example

White with #403A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403A31; }

 p { color: rgb(64,58,49); }

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

background-color css

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

 a { background-color: rgb(64,58,49); }

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

border-color css

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

 span { border-color: rgb(64,58,49); }

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