Html Css Color HEX #401B16 Brown Pod

📋 copy color: '#401B16'

red 64 ◦ green 27 ◦ blue 22

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

Shades of Brown Pod #401B16

Tints of Brown Pod #401B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 56.64%
G = 23.89%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#401B16 (or 0x401B16) is known color: Brown Pod. HEX triplet: 40, 1B and 16. RGB value is (64,27,22). Sum of RGB (Red+Green+Blue) = 64+27+22=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #401B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B16 is #BFE4E9. Grayscale: #252525. Windows color (decimal): -12575978 or 1448768. OLE color: 1448768.

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

Color convert

RGB 64 27 22 -
CMYK 0 0.58 0.66 0.75
HSL 7.14º 0.49% 0.17% -
HSV(B) 7.14º 0.66% 0.25% -
XYZ 2.65 1.93 0.99 -
YUV 37.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 64 27 22 0 0.58 0.66 0.75 7.14 0.49 0.17
Hex 40 1B 16 0 3A 42 4B 7 31 11
Octal 100 33 26 0 72 102 113 7 61 21
Binary 1000000 11011 10110 0 111010 1000010 1001011 111 110001 10001

Color Harmonies of #401B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B16

Black with #401B16

Text Example


Text Example

White with #401B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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