Html Css Color HEX #401B09 Brown Pod

📋 copy color: '#401B09'

red 64 ◦ green 27 ◦ blue 9

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

Shades of Brown Pod #401B09

Tints of Brown Pod #401B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9%

R = 64%
G = 27%
B = 9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#401B09 (or 0x401B09) is known color: Brown Pod. HEX triplet: 40, 1B and 09. RGB value is (64,27,9). Sum of RGB (Red+Green+Blue) = 64+27+9=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B09 is #BFE4F6. Grayscale: #242424. Windows color (decimal): -12575991 or 596800. OLE color: 596800.

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

Color convert

RGB 64 27 9 -
CMYK 0 0.58 0.86 0.75
HSL 19.64º 0.75% 0.14% -
HSV(B) 19.64º 0.86% 0.25% -
XYZ 2.56 1.89 0.49 -
YUV 36.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 64 27 9 0 0.58 0.86 0.75 19.64 0.75 0.14
Hex 40 1B 9 0 3A 56 4B 14 4B E
Octal 100 33 11 0 72 126 113 24 113 16
Binary 1000000 11011 1001 0 111010 1010110 1001011 10100 1001011 1110

Color Harmonies of #401B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B09

Black with #401B09

Text Example


Text Example

White with #401B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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