#40150A

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

Shades of Brown Pod #40150A

Tints of Brown Pod #40150A

Color information

#40150A (or 0x40150A) is unknown color: approx Brown Pod. HEX triplet: 40, 15 and 0A. RGB value is (64,21,10). Sum of RGB (Red+Green+Blue) = 64+21+10=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40150A is #BFEAF5. Grayscale: #202020. Windows color (decimal): -12577526 or 660800. OLE color: 660800.

HSL color Cylindrical-coordinate representation of color #40150A: hue angle of 12.22º 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 #40150A is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB642110-
CMYK00.670.840.75
HSL12.22º72.97%14.51%-
HSV(B)12.22º84.38%25.1%-
XYZ2.441.650.48-
YUV32.6115.25150.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=67.37%
G=22.11%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64211000.670.840.7512.2272.9714.51
Hex4015A043544Bc49f
Octal100251201031241131411117
Binary10000001010110100100001110101001001011110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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