Html Css Color HEX #401C01 Brown Pod

📋 copy color: '#401C01'

red 64 ◦ green 28 ◦ blue 1

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

Shades of Brown Pod #401C01

Tints of Brown Pod #401C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.11%

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

R = 68.82%
G = 30.11%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#401C01 (or 0x401C01) is known color: Brown Pod. HEX triplet: 40, 1C and 01. RGB value is (64,28,1). Sum of RGB (Red+Green+Blue) = 64+28+1=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C01 is #BFE3FE. Grayscale: #232323. Windows color (decimal): -12575743 or 72768. OLE color: 72768.

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

Color convert

RGB 64 28 1 -
CMYK 0 0.56 0.98 0.75
HSL 25.71º 0.97% 0.13% -
HSV(B) 25.71º 0.98% 0.25% -
XYZ 2.54 1.92 0.27 -
YUV 35.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 64 28 1 0 0.56 0.98 0.75 25.71 0.97 0.13
Hex 40 1C 1 0 38 62 4B 1A 61 D
Octal 100 34 1 0 70 142 113 32 141 15
Binary 1000000 11100 1 0 111000 1100010 1001011 11010 1100001 1101

Color Harmonies of #401C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C01

Black with #401C01

Text Example


Text Example

White with #401C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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