Html Css Color HEX #402005 Brown Pod

📋 copy color: '#402005'

red 64 ◦ green 32 ◦ blue 5

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

Shades of Brown Pod #402005

Tints of Brown Pod #402005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 63.37%
G = 31.68%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#402005 (or 0x402005) is known color: Brown Pod. HEX triplet: 40, 20 and 05. RGB value is (64,32,5). Sum of RGB (Red+Green+Blue) = 64+32+5=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #402005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402005 is #BFDFFA. Grayscale: #262626. Windows color (decimal): -12574715 or 335936. OLE color: 335936.

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

Color convert

RGB 64 32 5 -
CMYK 0 0.50 0.92 0.75
HSL 27.46º 0.86% 0.14% -
HSV(B) 27.46º 0.92% 0.25% -
XYZ 2.66 2.13 0.42 -
YUV 38.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 64 32 5 0 0.50 0.92 0.75 27.46 0.86 0.14
Hex 40 20 5 0 32 5C 4B 1B 56 E
Octal 100 40 5 0 62 134 113 33 126 16
Binary 1000000 100000 101 0 110010 1011100 1001011 11011 1010110 1110

Color Harmonies of #402005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402005

Black with #402005

Text Example


Text Example

White with #402005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402005; }

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

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

background-color css

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

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

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

border-color css

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

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

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