#40180F

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

Shades of Brown Pod #40180F

Tints of Brown Pod #40180F

Color information

#40180F (or 0x40180F) is unknown color: approx Brown Pod. HEX triplet: 40, 18 and 0F. RGB value is (64,24,15). Sum of RGB (Red+Green+Blue) = 64+24+15=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #40180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40180F is #BFE7F0. Grayscale: #232323. Windows color (decimal): -12576753 or 989248. OLE color: 989248.

HSL color Cylindrical-coordinate representation of color #40180F: hue angle of 11.02º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40180F is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB642415-
CMYK00.620.770.75
HSL11.02º62.03%15.49%-
HSV(B)11.02º76.56%25.1%-
XYZ2.531.780.66-
YUV34.93116.75148.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=62.14%
G=23.30%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64241500.620.770.7511.0262.0315.49
Hex4018F03E4D4Bb3ef
Octal1003017076115113137617
Binary100000011000111101111101001101100101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40180F; }

 p { color: rgb(64,24,15); }

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

<style>
 a { background-color: #40180F; }

 a { background-color: rgb(64,24,15); }

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

<style>
 span { border-color: #40180F; }

 span { border-color: rgb(64,24,15); }

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