Html Css Color HEX #401B01 Brown Pod

📋 copy color: '#401B01'

red 64 ◦ green 27 ◦ blue 1

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

Shades of Brown Pod #401B01

Tints of Brown Pod #401B01

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.35%

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

R = 69.57%
G = 29.35%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#401B01 (or 0x401B01) is known color: Brown Pod. HEX triplet: 40, 1B and 01. RGB value is (64,27,1). Sum of RGB (Red+Green+Blue) = 64+27+1=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #401B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B01 is #BFE4FE. Grayscale: #232323. Windows color (decimal): -12575999 or 72512. OLE color: 72512.

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

Color convert

RGB 64 27 1 -
CMYK 0 0.58 0.98 0.75
HSL 24.76º 0.97% 0.13% -
HSV(B) 24.76º 0.98% 0.25% -
XYZ 2.51 1.88 0.26 -
YUV 35.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 64 27 1 0 0.58 0.98 0.75 24.76 0.97 0.13
Hex 40 1B 1 0 3A 62 4B 19 61 D
Octal 100 33 1 0 72 142 113 31 141 15
Binary 1000000 11011 1 0 111010 1100010 1001011 11001 1100001 1101

Color Harmonies of #401B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B01

Black with #401B01

Text Example


Text Example

White with #401B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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