#401C0F

Color #401C0F Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #401C0F

Tints of Brown Pod #401C0F

Color information

#401C0F (or 0x401C0F) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 0F. RGB value is (64,28,15). Sum of RGB (Red+Green+Blue) = 64+28+15=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C0F is #BFE3F0. Grayscale: #252525. Windows color (decimal): -12575729 or 990272. OLE color: 990272.

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

Color convert

RGB642815-
CMYK00.560.770.75
HSL15.92º62.03%15.49%-
HSV(B)15.92º76.56%25.1%-
XYZ2.621.950.69-
YUV37.28115.43147.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=59.81%
G=26.17%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64281500.560.770.7515.9262.0315.49
Hex401CF0384D4B103ef
Octal1003417070115113207617
Binary1000000111001111011100010011011001011100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #401C0F;
 }
 .AnyTagClassName
 {
   color: #401C0F;
 }
</style>
background-color css

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

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

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

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

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

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