Html Css Color HEX #401A0C Brown Pod

📋 copy color: '#401A0C'

red 64 ◦ green 26 ◦ blue 12

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

Shades of Brown Pod #401A0C

Tints of Brown Pod #401A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.76%

R = 62.75%
G = 25.49%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#401A0C (or 0x401A0C) is known color: Brown Pod. HEX triplet: 40, 1A and 0C. RGB value is (64,26,12). Sum of RGB (Red+Green+Blue) = 64+26+12=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A0C is #BFE5F3. Grayscale: #232323. Windows color (decimal): -12576244 or 793152. OLE color: 793152.

HSL color Cylindrical-coordinate representation of color #401A0C: hue angle of 16.15º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401A0C is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 26 12 -
CMYK 0 0.59 0.81 0.75
HSL 16.15º 0.68% 0.15% -
HSV(B) 16.15º 0.81% 0.25% -
XYZ 2.55 1.86 0.57 -
YUV 35.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 64 26 12 0 0.59 0.81 0.75 16.15 0.68 0.15
Hex 40 1A C 0 3B 51 4B 10 44 F
Octal 100 32 14 0 73 121 113 20 104 17
Binary 1000000 11010 1100 0 111011 1010001 1001011 10000 1000100 1111

Color Harmonies of #401A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A0C

Black with #401A0C

Text Example


Text Example

White with #401A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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