#3E1810

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

Shades of Brown Pod #3E1810

Tints of Brown Pod #3E1810

Color information

#3E1810 (or 0x3E1810) is unknown color: approx Brown Pod. HEX triplet: 3E, 18 and 10. RGB value is (62,24,16). Sum of RGB (Red+Green+Blue) = 62+24+16=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1810 is #C1E7EF. Grayscale: #222222. Windows color (decimal): -12707824 or 1054782. OLE color: 1054782.

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

Color convert

RGB622416-
CMYK00.610.740.76
HSL10.43º58.97%15.29%-
HSV(B)10.43º74.19%24.31%-
XYZ2.411.710.69-
YUV34.45117.59147.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 60.78%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=60.78%
G=23.53%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62241600.610.740.7610.4358.9715.29
Hex3E181003D4A4Ca3bf
Octal763020075112114127317
Binary111110110001000001111011001010100110010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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