Html Css Color HEX #402004 Brown Pod

📋 copy color: '#402004'

red 64 ◦ green 32 ◦ blue 4

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

Shades of Brown Pod #402004

Tints of Brown Pod #402004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4%

R = 64%
G = 32%
B = 4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#402004 (or 0x402004) is known color: Brown Pod. HEX triplet: 40, 20 and 04. RGB value is (64,32,4). Sum of RGB (Red+Green+Blue) = 64+32+4=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #402004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402004 is #BFDFFB. Grayscale: #262626. Windows color (decimal): -12574716 or 270400. OLE color: 270400.

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

Color convert

RGB 64 32 4 -
CMYK 0 0.50 0.94 0.75
HSL 28º 0.88% 0.13% -
HSV(B) 28º 0.94% 0.25% -
XYZ 2.65 2.13 0.39 -
YUV 38.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 64 32 4 0 0.50 0.94 0.75 28 0.88 0.13
Hex 40 20 4 0 32 5E 4B 1C 58 D
Octal 100 40 4 0 62 136 113 34 130 15
Binary 1000000 100000 100 0 110010 1011110 1001011 11100 1011000 1101

Color Harmonies of #402004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402004

Black with #402004

Text Example


Text Example

White with #402004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402004; }

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

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

background-color css

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

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

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

border-color css

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

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

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