Html Css Color HEX #401801 Brown Pod

📋 copy color: '#401801'

red 64 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #401801

Tints of Brown Pod #401801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.12%

R = 71.91%
G = 26.97%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#401801 (or 0x401801) is known color: Brown Pod. HEX triplet: 40, 18 and 01. RGB value is (64,24,1). Sum of RGB (Red+Green+Blue) = 64+24+1=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401801 is #BFE7FE. Grayscale: #212121. Windows color (decimal): -12576767 or 71744. OLE color: 71744.

HSL color Cylindrical-coordinate representation of color #401801: hue angle of 21.9º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #401801 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 24 1 -
CMYK 0 0.62 0.98 0.75
HSL 21.9º 0.97% 0.13% -
HSV(B) 21.9º 0.98% 0.25% -
XYZ 2.45 1.75 0.24 -
YUV 33.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 64 24 1 0 0.62 0.98 0.75 21.9 0.97 0.13
Hex 40 18 1 0 3E 62 4B 16 61 D
Octal 100 30 1 0 76 142 113 26 141 15
Binary 1000000 11000 1 0 111110 1100010 1001011 10110 1100001 1101

Color Harmonies of #401801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401801

Black with #401801

Text Example


Text Example

White with #401801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401801; }

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

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

background-color css

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

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

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

border-color css

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

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

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