Html Css Color HEX #401F01 Brown Pod

📋 copy color: '#401F01'

red 64 ◦ green 31 ◦ blue 1

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

Shades of Brown Pod #401F01

Tints of Brown Pod #401F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 32.29%

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

R = 66.67%
G = 32.29%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#401F01 (or 0x401F01) is known color: Brown Pod. HEX triplet: 40, 1F and 01. RGB value is (64,31,1). Sum of RGB (Red+Green+Blue) = 64+31+1=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F01 is #BFE0FE. Grayscale: #252525. Windows color (decimal): -12574975 or 73536. OLE color: 73536.

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

Color convert

RGB 64 31 1 -
CMYK 0 0.52 0.98 0.75
HSL 28.57º 0.97% 0.13% -
HSV(B) 28.57º 0.98% 0.25% -
XYZ 2.61 2.07 0.29 -
YUV 37.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 64 31 1 0 0.52 0.98 0.75 28.57 0.97 0.13
Hex 40 1F 1 0 34 62 4B 1D 61 D
Octal 100 37 1 0 64 142 113 35 141 15
Binary 1000000 11111 1 0 110100 1100010 1001011 11101 1100001 1101

Color Harmonies of #401F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F01

Black with #401F01

Text Example


Text Example

White with #401F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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