Html Css Color HEX #401E08 Brown Pod

📋 copy color: '#401E08'

red 64 ◦ green 30 ◦ blue 8

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

Shades of Brown Pod #401E08

Tints of Brown Pod #401E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

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

R = 62.75%
G = 29.41%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#401E08 (or 0x401E08) is known color: Brown Pod. HEX triplet: 40, 1E and 08. RGB value is (64,30,8). Sum of RGB (Red+Green+Blue) = 64+30+8=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E08 is #BFE1F7. Grayscale: #252525. Windows color (decimal): -12575224 or 532032. OLE color: 532032.

HSL color Cylindrical-coordinate representation of color #401E08: hue angle of 23.57º 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 #401E08 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 30 8 -
CMYK 0 0.53 0.87 0.75
HSL 23.57º 0.78% 0.14% -
HSV(B) 23.57º 0.88% 0.25% -
XYZ 2.62 2.04 0.48 -
YUV 37.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 64 30 8 0 0.53 0.87 0.75 23.57 0.78 0.14
Hex 40 1E 8 0 35 57 4B 18 4E E
Octal 100 36 10 0 65 127 113 30 116 16
Binary 1000000 11110 1000 0 110101 1010111 1001011 11000 1001110 1110

Color Harmonies of #401E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E08

Black with #401E08

Text Example


Text Example

White with #401E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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