Html Css Color HEX #401B15 Brown Pod

📋 copy color: '#401B15'

red 64 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #401B15

Tints of Brown Pod #401B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 57.14%
G = 24.11%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#401B15 (or 0x401B15) is known color: Brown Pod. HEX triplet: 40, 1B and 15. RGB value is (64,27,21). Sum of RGB (Red+Green+Blue) = 64+27+21=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #401B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B15 is #BFE4EA. Grayscale: #252525. Windows color (decimal): -12575979 or 1383232. OLE color: 1383232.

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

Color convert

RGB 64 27 21 -
CMYK 0 0.58 0.67 0.75
HSL 8.37º 0.51% 0.17% -
HSV(B) 8.37º 0.67% 0.25% -
XYZ 2.64 1.93 0.94 -
YUV 37.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 64 27 21 0 0.58 0.67 0.75 8.37 0.51 0.17
Hex 40 1B 15 0 3A 43 4B 8 33 11
Octal 100 33 25 0 72 103 113 10 63 21
Binary 1000000 11011 10101 0 111010 1000011 1001011 1000 110011 10001

Color Harmonies of #401B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B15

Black with #401B15

Text Example


Text Example

White with #401B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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