#3E2518

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

Shades of Brown Pod #3E2518

Tints of Brown Pod #3E2518

Color information

#3E2518 (or 0x3E2518) is unknown color: approx Brown Pod. HEX triplet: 3E, 25 and 18. RGB value is (62,37,24). Sum of RGB (Red+Green+Blue) = 62+37+24=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2518 is #C1DAE7. Grayscale: #2B2B2B. Windows color (decimal): -12704488 or 1582398. OLE color: 1582398.

HSL color Cylindrical-coordinate representation of color #3E2518: hue angle of 20.53º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E2518 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB623724-
CMYK00.400.610.76
HSL20.53º44.19%16.86%-
HSV(B)20.53º61.29%24.31%-
XYZ2.812.411.18-
YUV42.99117.28141.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50.41%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=50.41%
G=30.08%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62372400.400.610.7620.5344.1916.86
Hex3E25180283D4C152c11
Octal76453005075114255421
Binary11111010010111000010100011110110011001010110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2518; }

 p { color: rgb(62,37,24); }

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

<style>
 a { background-color: #3E2518; }

 a { background-color: rgb(62,37,24); }

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

<style>
 span { border-color: #3E2518; }

 span { border-color: rgb(62,37,24); }

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