Html Css Color HEX #401908 Brown Pod

📋 copy color: '#401908'

red 64 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #401908

Tints of Brown Pod #401908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

 BLUE value IS 8 (3.52% from 255) = 8.25%

R = 65.98%
G = 25.77%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#401908 (or 0x401908) is known color: Brown Pod. HEX triplet: 40, 19 and 08. RGB value is (64,25,8). Sum of RGB (Red+Green+Blue) = 64+25+8=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #401908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401908 is #BFE6F7. Grayscale: #222222. Windows color (decimal): -12576504 or 530752. OLE color: 530752.

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

Color convert

RGB 64 25 8 -
CMYK 0 0.61 0.87 0.75
HSL 18.21º 0.78% 0.14% -
HSV(B) 18.21º 0.88% 0.25% -
XYZ 2.51 1.8 0.45 -
YUV 34.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 64 25 8 0 0.61 0.87 0.75 18.21 0.78 0.14
Hex 40 19 8 0 3D 57 4B 12 4E E
Octal 100 31 10 0 75 127 113 22 116 16
Binary 1000000 11001 1000 0 111101 1010111 1001011 10010 1001110 1110

Color Harmonies of #401908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401908

Black with #401908

Text Example


Text Example

White with #401908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401908; }

 p { color: rgb(64,25,8); }

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

background-color css

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

 a { background-color: rgb(64,25,8); }

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

border-color css

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

 span { border-color: rgb(64,25,8); }

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