Html Css Color HEX #401401 Brown Pod

📋 copy color: '#401401'

red 64 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #401401

Tints of Brown Pod #401401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.53%

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

R = 75.29%
G = 23.53%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#401401 (or 0x401401) is known color: Brown Pod. HEX triplet: 40, 14 and 01. RGB value is (64,20,1). Sum of RGB (Red+Green+Blue) = 64+20+1=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #401401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401401 is #BFEBFE. Grayscale: #1F1F1F. Windows color (decimal): -12577791 or 70720. OLE color: 70720.

HSL color Cylindrical-coordinate representation of color #401401: hue angle of 18.1º 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 #401401 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 20 1 -
CMYK 0 0.69 0.98 0.75
HSL 18.1º 0.97% 0.13% -
HSV(B) 18.1º 0.98% 0.25% -
XYZ 2.37 1.59 0.21 -
YUV 30.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 64 20 1 0 0.69 0.98 0.75 18.1 0.97 0.13
Hex 40 14 1 0 45 62 4B 12 61 D
Octal 100 24 1 0 105 142 113 22 141 15
Binary 1000000 10100 1 0 1000101 1100010 1001011 10010 1100001 1101

Color Harmonies of #401401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401401

Black with #401401

Text Example


Text Example

White with #401401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401401; }

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

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

background-color css

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

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

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

border-color css

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

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

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