Html Css Color HEX #401809 Brown Pod

📋 copy color: '#401809'

red 64 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #401809

Tints of Brown Pod #401809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 65.98%
G = 24.74%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#401809 (or 0x401809) is known color: Brown Pod. HEX triplet: 40, 18 and 09. RGB value is (64,24,9). Sum of RGB (Red+Green+Blue) = 64+24+9=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #401809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401809 is #BFE7F6. Grayscale: #222222. Windows color (decimal): -12576759 or 596032. OLE color: 596032.

HSL color Cylindrical-coordinate representation of color #401809: hue angle of 16.36º 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 #401809 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 24 9 -
CMYK 0 0.62 0.86 0.75
HSL 16.36º 0.75% 0.14% -
HSV(B) 16.36º 0.86% 0.25% -
XYZ 2.49 1.76 0.47 -
YUV 34.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 64 24 9 0 0.62 0.86 0.75 16.36 0.75 0.14
Hex 40 18 9 0 3E 56 4B 10 4B E
Octal 100 30 11 0 76 126 113 20 113 16
Binary 1000000 11000 1001 0 111110 1010110 1001011 10000 1001011 1110

Color Harmonies of #401809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401809

Black with #401809

Text Example


Text Example

White with #401809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401809; }

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

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

background-color css

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

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

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

border-color css

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

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

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