#401C00

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

Shades of Brown Pod #401C00

Tints of Brown Pod #401C00

Color information

#401C00 (or 0x401C00) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 00. RGB value is (64,28,0). Sum of RGB (Red+Green+Blue) = 64+28+0=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #401C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C00 is #BFE3FF. Grayscale: #232323. Windows color (decimal): -12575744 or 7232. OLE color: 7232.

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

Color convert

RGB64280-
CMYK00.5610.75
HSL26.25º100%12.55%-
HSV(B)26.25º100%25.1%-
XYZ2.531.920.24-
YUV35.57107.93148.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 69.57%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.57%
G=30.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6428000.5610.7526.2510012.55
Hex401C0038644B1a64d
Octal1003400701441133214415
Binary10000001110000111000110010010010111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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