Html Css Color HEX #401C15 Brown Pod

📋 copy color: '#401C15'

red 64 ◦ green 28 ◦ blue 21

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

Shades of Brown Pod #401C15

Tints of Brown Pod #401C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.78%

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

R = 56.64%
G = 24.78%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#401C15 (or 0x401C15) is known color: Brown Pod. HEX triplet: 40, 1C and 15. RGB value is (64,28,21). Sum of RGB (Red+Green+Blue) = 64+28+21=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #401C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C15 is #BFE3EA. Grayscale: #262626. Windows color (decimal): -12575723 or 1383488. OLE color: 1383488.

HSL color Cylindrical-coordinate representation of color #401C15: hue angle of 9.77º 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 #401C15 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 28 21 -
CMYK 0 0.56 0.67 0.75
HSL 9.77º 0.51% 0.17% -
HSV(B) 9.77º 0.67% 0.25% -
XYZ 2.66 1.97 0.95 -
YUV 37.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 64 28 21 0 0.56 0.67 0.75 9.77 0.51 0.17
Hex 40 1C 15 0 38 43 4B A 33 11
Octal 100 34 25 0 70 103 113 12 63 21
Binary 1000000 11100 10101 0 111000 1000011 1001011 1010 110011 10001

Color Harmonies of #401C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C15

Black with #401C15

Text Example


Text Example

White with #401C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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