Html Css Color HEX #40382E Jacko Bean

📋 copy color: '#40382E'

red 64 ◦ green 56 ◦ blue 46

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

Shades of Jacko Bean #40382E

Tints of Jacko Bean #40382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.73%

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

R = 38.55%
G = 33.73%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#40382E (or 0x40382E) is known color: Jacko Bean. HEX triplet: 40, 38 and 2E. RGB value is (64,56,46). Sum of RGB (Red+Green+Blue) = 64+56+46=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #40382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40382E is #BFC7D1. Grayscale: #393939. Windows color (decimal): -12568530 or 3029056. OLE color: 3029056.

HSL color Cylindrical-coordinate representation of color #40382E: hue angle of 33.33º 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 #40382E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 56 46 -
CMYK 0 0.13 0.28 0.75
HSL 33.33º 0.16% 0.22% -
HSV(B) 33.33º 0.28% 0.25% -
XYZ 4.02 4.12 3.17 -
YUV 57.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 64 56 46 0 0.13 0.28 0.75 33.33 0.16 0.22
Hex 40 38 2E 0 D 1C 4B 21 10 16
Octal 100 70 56 0 15 34 113 41 20 26
Binary 1000000 111000 101110 0 1101 11100 1001011 100001 10000 10110

Color Harmonies of #40382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40382E

Black with #40382E

Text Example


Text Example

White with #40382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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