Html Css Color HEX #40372E Jacko Bean

📋 copy color: '#40372E'

red 64 ◦ green 55 ◦ blue 46

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

Shades of Jacko Bean #40372E

Tints of Jacko Bean #40372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.88%

R = 38.79%
G = 33.33%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#40372E (or 0x40372E) is known color: Jacko Bean. HEX triplet: 40, 37 and 2E. RGB value is (64,55,46). Sum of RGB (Red+Green+Blue) = 64+55+46=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #40372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40372E is #BFC8D1. Grayscale: #383838. Windows color (decimal): -12568786 or 3028800. OLE color: 3028800.

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

Color convert

RGB 64 55 46 -
CMYK 0 0.14 0.28 0.75
HSL 30º 0.16% 0.22% -
HSV(B) 30º 0.28% 0.25% -
XYZ 3.97 4.02 3.15 -
YUV 56.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 64 55 46 0 0.14 0.28 0.75 30 0.16 0.22
Hex 40 37 2E 0 E 1C 4B 1E 10 16
Octal 100 67 56 0 16 34 113 36 20 26
Binary 1000000 110111 101110 0 1110 11100 1001011 11110 10000 10110

Color Harmonies of #40372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40372E

Black with #40372E

Text Example


Text Example

White with #40372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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