Html Css Color HEX #40382F Jacko Bean

📋 copy color: '#40382F'

red 64 ◦ green 56 ◦ blue 47

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

Shades of Jacko Bean #40382F

Tints of Jacko Bean #40382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 38.32%
G = 33.53%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#40382F (or 0x40382F) is known color: Jacko Bean. HEX triplet: 40, 38 and 2F. RGB value is (64,56,47). Sum of RGB (Red+Green+Blue) = 64+56+47=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #40382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40382F is #BFC7D0. Grayscale: #393939. Windows color (decimal): -12568529 or 3094592. OLE color: 3094592.

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

Color convert

RGB 64 56 47 -
CMYK 0 0.13 0.27 0.75
HSL 31.76º 0.15% 0.22% -
HSV(B) 31.76º 0.27% 0.25% -
XYZ 4.04 4.12 3.27 -
YUV 57.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 64 56 47 0 0.13 0.27 0.75 31.76 0.15 0.22
Hex 40 38 2F 0 D 1B 4B 20 F 16
Octal 100 70 57 0 15 33 113 40 17 26
Binary 1000000 111000 101111 0 1101 11011 1001011 100000 1111 10110

Color Harmonies of #40382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40382F

Black with #40382F

Text Example


Text Example

White with #40382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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