Html Css Color HEX #402013 Brown Pod

📋 copy color: '#402013'

red 64 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #402013

Tints of Brown Pod #402013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 55.65%
G = 27.83%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#402013 (or 0x402013) is known color: Brown Pod. HEX triplet: 40, 20 and 13. RGB value is (64,32,19). Sum of RGB (Red+Green+Blue) = 64+32+19=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #402013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402013 is #BFDFEC. Grayscale: #282828. Windows color (decimal): -12574701 or 1253440. OLE color: 1253440.

HSL color Cylindrical-coordinate representation of color #402013: hue angle of 17.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402013 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 19 -
CMYK 0 0.50 0.70 0.75
HSL 17.33º 0.54% 0.16% -
HSV(B) 17.33º 0.7% 0.25% -
XYZ 2.75 2.17 0.89 -
YUV 40.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 64 32 19 0 0.50 0.70 0.75 17.33 0.54 0.16
Hex 40 20 13 0 32 46 4B 11 36 10
Octal 100 40 23 0 62 106 113 21 66 20
Binary 1000000 100000 10011 0 110010 1000110 1001011 10001 110110 10000

Color Harmonies of #402013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402013

Black with #402013

Text Example


Text Example

White with #402013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402013; }

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

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

background-color css

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

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

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

border-color css

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

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

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