Html Css Color HEX #401C14 Brown Pod

📋 copy color: '#401C14'

red 64 ◦ green 28 ◦ blue 20

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

Shades of Brown Pod #401C14

Tints of Brown Pod #401C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 57.14%
G = 25%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#401C14 (or 0x401C14) is known color: Brown Pod. HEX triplet: 40, 1C and 14. RGB value is (64,28,20). Sum of RGB (Red+Green+Blue) = 64+28+20=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #401C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C14 is #BFE3EB. Grayscale: #252525. Windows color (decimal): -12575724 or 1317952. OLE color: 1317952.

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

Color convert

RGB 64 28 20 -
CMYK 0 0.56 0.69 0.75
HSL 10.91º 0.52% 0.16% -
HSV(B) 10.91º 0.69% 0.25% -
XYZ 2.66 1.97 0.9 -
YUV 37.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 64 28 20 0 0.56 0.69 0.75 10.91 0.52 0.16
Hex 40 1C 14 0 38 45 4B B 34 10
Octal 100 34 24 0 70 105 113 13 64 20
Binary 1000000 11100 10100 0 111000 1000101 1001011 1011 110100 10000

Color Harmonies of #401C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C14

Black with #401C14

Text Example


Text Example

White with #401C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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