Html Css Color HEX #40211B Brown Pod

📋 copy color: '#40211B'

red 64 ◦ green 33 ◦ blue 27

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

Shades of Brown Pod #40211B

Tints of Brown Pod #40211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 51.61%
G = 26.61%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40211B (or 0x40211B) is known color: Brown Pod. HEX triplet: 40, 21 and 1B. RGB value is (64,33,27). Sum of RGB (Red+Green+Blue) = 64+33+27=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #40211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40211B is #BFDEE4. Grayscale: #292929. Windows color (decimal): -12574437 or 1777984. OLE color: 1777984.

HSL color Cylindrical-coordinate representation of color #40211B: hue angle of 9.73º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40211B is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 33 27 -
CMYK 0 0.48 0.58 0.75
HSL 9.73º 0.41% 0.18% -
HSV(B) 9.73º 0.58% 0.25% -
XYZ 2.86 2.26 1.32 -
YUV 41.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 64 33 27 0 0.48 0.58 0.75 9.73 0.41 0.18
Hex 40 21 1B 0 30 3A 4B A 29 12
Octal 100 41 33 0 60 72 113 12 51 22
Binary 1000000 100001 11011 0 110000 111010 1001011 1010 101001 10010

Color Harmonies of #40211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40211B

Black with #40211B

Text Example


Text Example

White with #40211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40211B; }

 p { color: rgb(64,33,27); }

 H1.HeaderClassName
 {
   color: #40211B;
 }
 .AnyTagClassName
 {
   color: #40211B;
 }
</style>

background-color css

<style>
 a { background-color: #40211B; }

 a { background-color: rgb(64,33,27); }

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

border-color css

<style>
 span { border-color: #40211B; }

 span { border-color: rgb(64,33,27); }

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