Html Css Color HEX #401201 Brown Pod

📋 copy color: '#401201'

red 64 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #401201

Tints of Brown Pod #401201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.69%

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

R = 77.11%
G = 21.69%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#401201 (or 0x401201) is known color: Brown Pod. HEX triplet: 40, 12 and 01. RGB value is (64,18,1). Sum of RGB (Red+Green+Blue) = 64+18+1=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #401201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401201 is #BFEDFE. Grayscale: #1D1D1D. Windows color (decimal): -12578303 or 70208. OLE color: 70208.

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

Color convert

RGB 64 18 1 -
CMYK 0 0.72 0.98 0.75
HSL 16.19º 0.97% 0.13% -
HSV(B) 16.19º 0.98% 0.25% -
XYZ 2.34 1.52 0.2 -
YUV 29.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 64 18 1 0 0.72 0.98 0.75 16.19 0.97 0.13
Hex 40 12 1 0 48 62 4B 10 61 D
Octal 100 22 1 0 110 142 113 20 141 15
Binary 1000000 10010 1 0 1001000 1100010 1001011 10000 1100001 1101

Color Harmonies of #401201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401201

Black with #401201

Text Example


Text Example

White with #401201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401201; }

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

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

background-color css

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

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

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

border-color css

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

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

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