Html Css Color HEX #402620 Brown Pod

📋 copy color: '#402620'

red 64 ◦ green 38 ◦ blue 32

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

Shades of Brown Pod #402620

Tints of Brown Pod #402620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.36%

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

R = 47.76%
G = 28.36%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#402620 (or 0x402620) is known color: Brown Pod. HEX triplet: 40, 26 and 20. RGB value is (64,38,32). Sum of RGB (Red+Green+Blue) = 64+38+32=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #402620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402620 is #BFD9DF. Grayscale: #2D2D2D. Windows color (decimal): -12573152 or 2106944. OLE color: 2106944.

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

Color convert

RGB 64 38 32 -
CMYK 0 0.41 0.50 0.75
HSL 11.25º 0.33% 0.19% -
HSV(B) 11.25º 0.5% 0.25% -
XYZ 3.07 2.58 1.7 -
YUV 45.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 64 38 32 0 0.41 0.50 0.75 11.25 0.33 0.19
Hex 40 26 20 0 29 32 4B B 21 13
Octal 100 46 40 0 51 62 113 13 41 23
Binary 1000000 100110 100000 0 101001 110010 1001011 1011 100001 10011

Color Harmonies of #402620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402620

Black with #402620

Text Example


Text Example

White with #402620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402620; }

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

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

background-color css

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

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

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

border-color css

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

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

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