Html Css Color HEX #40201B Brown Pod

📋 copy color: '#40201B'

red 64 ◦ green 32 ◦ blue 27

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

Shades of Brown Pod #40201B

Tints of Brown Pod #40201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

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

R = 52.03%
G = 26.02%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#40201B (or 0x40201B) is known color: Brown Pod. HEX triplet: 40, 20 and 1B. RGB value is (64,32,27). Sum of RGB (Red+Green+Blue) = 64+32+27=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #40201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40201B is #BFDFE4. Grayscale: #292929. Windows color (decimal): -12574693 or 1777728. OLE color: 1777728.

HSL color Cylindrical-coordinate representation of color #40201B: hue angle of 8.11º 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 #40201B is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 27 -
CMYK 0 0.50 0.58 0.75
HSL 8.11º 0.41% 0.18% -
HSV(B) 8.11º 0.58% 0.25% -
XYZ 2.83 2.2 1.31 -
YUV 41 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 64 32 27 0 0.50 0.58 0.75 8.11 0.41 0.18
Hex 40 20 1B 0 32 3A 4B 8 29 12
Octal 100 40 33 0 62 72 113 10 51 22
Binary 1000000 100000 11011 0 110010 111010 1001011 1000 101001 10010

Color Harmonies of #40201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40201B

Black with #40201B

Text Example


Text Example

White with #40201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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