Html Css Color HEX #40201D Brown Pod

📋 copy color: '#40201D'

red 64 ◦ green 32 ◦ blue 29

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

Shades of Brown Pod #40201D

Tints of Brown Pod #40201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 51.2%
G = 25.6%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#40201D (or 0x40201D) is known color: Brown Pod. HEX triplet: 40, 20 and 1D. RGB value is (64,32,29). Sum of RGB (Red+Green+Blue) = 64+32+29=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40201D is #BFDFE2. Grayscale: #292929. Windows color (decimal): -12574691 or 1908800. OLE color: 1908800.

HSL color Cylindrical-coordinate representation of color #40201D: hue angle of 5.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40201D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 29 -
CMYK 0 0.50 0.55 0.75
HSL 5.14º 0.38% 0.18% -
HSV(B) 5.14º 0.55% 0.25% -
XYZ 2.85 2.21 1.44 -
YUV 41.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 64 32 29 0 0.50 0.55 0.75 5.14 0.38 0.18
Hex 40 20 1D 0 32 37 4B 5 26 12
Octal 100 40 35 0 62 67 113 5 46 22
Binary 1000000 100000 11101 0 110010 110111 1001011 101 100110 10010

Color Harmonies of #40201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40201D

Black with #40201D

Text Example


Text Example

White with #40201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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