Html Css Color HEX #402820 Brown Pod

📋 copy color: '#402820'

red 64 ◦ green 40 ◦ blue 32

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

Shades of Brown Pod #402820

Tints of Brown Pod #402820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.41%

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

R = 47.06%
G = 29.41%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#402820 (or 0x402820) is known color: Brown Pod. HEX triplet: 40, 28 and 20. RGB value is (64,40,32). Sum of RGB (Red+Green+Blue) = 64+40+32=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #402820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402820 is #BFD7DF. Grayscale: #2E2E2E. Windows color (decimal): -12572640 or 2107456. OLE color: 2107456.

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

Color convert

RGB 64 40 32 -
CMYK 0 0.38 0.50 0.75
HSL 15º 0.33% 0.19% -
HSV(B) 15º 0.5% 0.25% -
XYZ 3.13 2.71 1.72 -
YUV 46.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 64 40 32 0 0.38 0.50 0.75 15 0.33 0.19
Hex 40 28 20 0 26 32 4B F 21 13
Octal 100 50 40 0 46 62 113 17 41 23
Binary 1000000 101000 100000 0 100110 110010 1001011 1111 100001 10011

Color Harmonies of #402820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402820

Black with #402820

Text Example


Text Example

White with #402820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402820; }

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

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

background-color css

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

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

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

border-color css

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

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

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