Html Css Color HEX #402009 Brown Pod

📋 copy color: '#402009'

red 64 ◦ green 32 ◦ blue 9

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

Shades of Brown Pod #402009

Tints of Brown Pod #402009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.57%

R = 60.95%
G = 30.48%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#402009 (or 0x402009) is known color: Brown Pod. HEX triplet: 40, 20 and 09. RGB value is (64,32,9). Sum of RGB (Red+Green+Blue) = 64+32+9=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402009 is #BFDFF6. Grayscale: #272727. Windows color (decimal): -12574711 or 598080. OLE color: 598080.

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

Color convert

RGB 64 32 9 -
CMYK 0 0.50 0.86 0.75
HSL 25.09º 0.75% 0.14% -
HSV(B) 25.09º 0.86% 0.25% -
XYZ 2.68 2.14 0.53 -
YUV 38.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 64 32 9 0 0.50 0.86 0.75 25.09 0.75 0.14
Hex 40 20 9 0 32 56 4B 19 4B E
Octal 100 40 11 0 62 126 113 31 113 16
Binary 1000000 100000 1001 0 110010 1010110 1001011 11001 1001011 1110

Color Harmonies of #402009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402009

Black with #402009

Text Example


Text Example

White with #402009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402009; }

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

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

background-color css

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

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

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

border-color css

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

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

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