#401A03

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

Shades of Brown Pod #401A03

Tints of Brown Pod #401A03

Color information

#401A03 (or 0x401A03) is unknown color: approx Brown Pod. HEX triplet: 40, 1A and 03. RGB value is (64,26,3). Sum of RGB (Red+Green+Blue) = 64+26+3=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A03 is #BFE5FC. Grayscale: #222222. Windows color (decimal): -12576253 or 203328. OLE color: 203328.

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

Color convert

RGB64263-
CMYK00.590.950.75
HSL22.62º91.04%13.14%-
HSV(B)22.62º95.31%25.1%-
XYZ2.51.840.31-
YUV34.74110.09148.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 3 (1.56% from 255) = 3.23%
R=68.82%
G=27.96%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6426300.590.950.7522.6291.0413.14
Hex401A303B5F4B175bd
Octal1003230731371132713315
Binary100000011010110111011101111110010111011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,26,3); }

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

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

 a { background-color: rgb(64,26,3); }

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

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

 span { border-color: rgb(64,26,3); }

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