Html Css Color HEX #401B10 Brown Pod

📋 copy color: '#401B10'

red 64 ◦ green 27 ◦ blue 16

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

Shades of Brown Pod #401B10

Tints of Brown Pod #401B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 59.81%
G = 25.23%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#401B10 (or 0x401B10) is known color: Brown Pod. HEX triplet: 40, 1B and 10. RGB value is (64,27,16). Sum of RGB (Red+Green+Blue) = 64+27+16=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B10 is #BFE4EF. Grayscale: #242424. Windows color (decimal): -12575984 or 1055552. OLE color: 1055552.

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

Color convert

RGB 64 27 16 -
CMYK 0 0.58 0.75 0.75
HSL 13.75º 0.6% 0.16% -
HSV(B) 13.75º 0.75% 0.25% -
XYZ 2.6 1.91 0.72 -
YUV 36.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 64 27 16 0 0.58 0.75 0.75 13.75 0.6 0.16
Hex 40 1B 10 0 3A 4B 4B E 3C 10
Octal 100 33 20 0 72 113 113 16 74 20
Binary 1000000 11011 10000 0 111010 1001011 1001011 1110 111100 10000

Color Harmonies of #401B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B10

Black with #401B10

Text Example


Text Example

White with #401B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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