Html Css Color HEX #402420 Brown Pod

📋 copy color: '#402420'

red 64 ◦ green 36 ◦ blue 32

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

Shades of Brown Pod #402420

Tints of Brown Pod #402420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.27%

 BLUE value IS 32 (12.89% from 255) = 24.24%

R = 48.48%
G = 27.27%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#402420 (or 0x402420) is known color: Brown Pod. HEX triplet: 40, 24 and 20. RGB value is (64,36,32). Sum of RGB (Red+Green+Blue) = 64+36+32=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #402420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402420 is #BFDBDF. Grayscale: #2B2B2B. Windows color (decimal): -12573664 or 2106432. OLE color: 2106432.

HSL color Cylindrical-coordinate representation of color #402420: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402420 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 36 32 -
CMYK 0 0.44 0.50 0.75
HSL 7.5º 0.33% 0.19% -
HSV(B) 7.5º 0.5% 0.25% -
XYZ 3.01 2.46 1.68 -
YUV 43.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 64 36 32 0 0.44 0.50 0.75 7.5 0.33 0.19
Hex 40 24 20 0 2C 32 4B 8 21 13
Octal 100 44 40 0 54 62 113 10 41 23
Binary 1000000 100100 100000 0 101100 110010 1001011 1000 100001 10011

Color Harmonies of #402420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402420

Black with #402420

Text Example


Text Example

White with #402420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402420; }

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

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

background-color css

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

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

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

border-color css

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

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

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