Html Css Color HEX #40372C Jacko Bean

📋 copy color: '#40372C'

red 64 ◦ green 55 ◦ blue 44

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

Shades of Jacko Bean #40372C

Tints of Jacko Bean #40372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.99%

R = 39.26%
G = 33.74%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#40372C (or 0x40372C) is known color: Jacko Bean. HEX triplet: 40, 37 and 2C. RGB value is (64,55,44). Sum of RGB (Red+Green+Blue) = 64+55+44=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40372C is #BFC8D3. Grayscale: #383838. Windows color (decimal): -12568788 or 2897728. OLE color: 2897728.

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

Color convert

RGB 64 55 44 -
CMYK 0 0.14 0.31 0.75
HSL 33º 0.19% 0.21% -
HSV(B) 33º 0.31% 0.25% -
XYZ 3.94 4 2.95 -
YUV 56.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 64 55 44 0 0.14 0.31 0.75 33 0.19 0.21
Hex 40 37 2C 0 E 1F 4B 21 13 15
Octal 100 67 54 0 16 37 113 41 23 25
Binary 1000000 110111 101100 0 1110 11111 1001011 100001 10011 10101

Color Harmonies of #40372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40372C

Black with #40372C

Text Example


Text Example

White with #40372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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