Html Css Color HEX #401B04 Brown Pod

📋 copy color: '#401B04'

red 64 ◦ green 27 ◦ blue 4

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

Shades of Brown Pod #401B04

Tints of Brown Pod #401B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.21%

R = 67.37%
G = 28.42%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#401B04 (or 0x401B04) is known color: Brown Pod. HEX triplet: 40, 1B and 04. RGB value is (64,27,4). Sum of RGB (Red+Green+Blue) = 64+27+4=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #401B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B04 is #BFE4FB. Grayscale: #232323. Windows color (decimal): -12575996 or 269120. OLE color: 269120.

HSL color Cylindrical-coordinate representation of color #401B04: hue angle of 23º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #401B04 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 27 4 -
CMYK 0 0.58 0.94 0.75
HSL 23º 0.88% 0.13% -
HSV(B) 23º 0.94% 0.25% -
XYZ 2.53 1.88 0.34 -
YUV 35.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 64 27 4 0 0.58 0.94 0.75 23 0.88 0.13
Hex 40 1B 4 0 3A 5E 4B 17 58 D
Octal 100 33 4 0 72 136 113 27 130 15
Binary 1000000 11011 100 0 111010 1011110 1001011 10111 1011000 1101

Color Harmonies of #401B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B04

Black with #401B04

Text Example


Text Example

White with #401B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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