Html Css Color HEX #402014 Brown Pod

📋 copy color: '#402014'

red 64 ◦ green 32 ◦ blue 20

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

Shades of Brown Pod #402014

Tints of Brown Pod #402014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.24%

R = 55.17%
G = 27.59%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#402014 (or 0x402014) is known color: Brown Pod. HEX triplet: 40, 20 and 14. RGB value is (64,32,20). Sum of RGB (Red+Green+Blue) = 64+32+20=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #402014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402014 is #BFDFEB. Grayscale: #282828. Windows color (decimal): -12574700 or 1318976. OLE color: 1318976.

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

Color convert

RGB 64 32 20 -
CMYK 0 0.50 0.69 0.75
HSL 16.36º 0.52% 0.16% -
HSV(B) 16.36º 0.69% 0.25% -
XYZ 2.76 2.17 0.94 -
YUV 40.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 64 32 20 0 0.50 0.69 0.75 16.36 0.52 0.16
Hex 40 20 14 0 32 45 4B 10 34 10
Octal 100 40 24 0 62 105 113 20 64 20
Binary 1000000 100000 10100 0 110010 1000101 1001011 10000 110100 10000

Color Harmonies of #402014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402014

Black with #402014

Text Example


Text Example

White with #402014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402014; }

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

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

background-color css

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

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

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

border-color css

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

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

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