#40190C

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

Shades of Brown Pod #40190C

Tints of Brown Pod #40190C

Color information

#40190C (or 0x40190C) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 0C. RGB value is (64,25,12). Sum of RGB (Red+Green+Blue) = 64+25+12=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #40190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40190C is #BFE6F3. Grayscale: #232323. Windows color (decimal): -12576500 or 792896. OLE color: 792896.

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

Color convert

RGB642512-
CMYK00.610.810.75
HSL15º68.42%14.9%-
HSV(B)15º81.25%25.1%-
XYZ2.531.810.56-
YUV35.18114.92148.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 63.37%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=63.37%
G=24.75%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64251200.610.810.751568.4214.9
Hex4019C03D514Bf44f
Octal10031140751211131710417
Binary1000000110011100011110110100011001011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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