#40190A

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

Shades of Brown Pod #40190A

Tints of Brown Pod #40190A

Color information

#40190A (or 0x40190A) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 0A. RGB value is (64,25,10). Sum of RGB (Red+Green+Blue) = 64+25+10=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40190A is #BFE6F5. Grayscale: #232323. Windows color (decimal): -12576502 or 661824. OLE color: 661824.

HSL color Cylindrical-coordinate representation of color #40190A: hue angle of 16.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40190A is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB642510-
CMYK00.610.840.75
HSL16.67º72.97%14.51%-
HSV(B)16.67º84.38%25.1%-
XYZ2.521.810.5-
YUV34.95113.92148.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=64.65%
G=25.25%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64251000.610.840.7516.6772.9714.51
Hex4019A03D544B1149f
Octal10031120751241132111117
Binary10000001100110100111101101010010010111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40190A; }

 p { color: rgb(64,25,10); }

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

<style>
 a { background-color: #40190A; }

 a { background-color: rgb(64,25,10); }

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

<style>
 span { border-color: #40190A; }

 span { border-color: rgb(64,25,10); }

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