Html Css Color HEX #401A08 Brown Pod

📋 copy color: '#401A08'

red 64 ◦ green 26 ◦ blue 8

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

Shades of Brown Pod #401A08

Tints of Brown Pod #401A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.53%

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

R = 65.31%
G = 26.53%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#401A08 (or 0x401A08) is known color: Brown Pod. HEX triplet: 40, 1A and 08. RGB value is (64,26,8). Sum of RGB (Red+Green+Blue) = 64+26+8=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A08 is #BFE5F7. Grayscale: #232323. Windows color (decimal): -12576248 or 531008. OLE color: 531008.

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

Color convert

RGB 64 26 8 -
CMYK 0 0.59 0.87 0.75
HSL 19.29º 0.78% 0.14% -
HSV(B) 19.29º 0.88% 0.25% -
XYZ 2.53 1.85 0.45 -
YUV 35.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 64 26 8 0 0.59 0.87 0.75 19.29 0.78 0.14
Hex 40 1A 8 0 3B 57 4B 13 4E E
Octal 100 32 10 0 73 127 113 23 116 16
Binary 1000000 11010 1000 0 111011 1010111 1001011 10011 1001110 1110

Color Harmonies of #401A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A08

Black with #401A08

Text Example


Text Example

White with #401A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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