#3E1D03

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

Shades of Brown Pod #3E1D03

Tints of Brown Pod #3E1D03

Color information

#3E1D03 (or 0x3E1D03) is unknown color: approx Brown Pod. HEX triplet: 3E, 1D and 03. RGB value is (62,29,3). Sum of RGB (Red+Green+Blue) = 62+29+3=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1D03 is #C1E2FC. Grayscale: #242424. Windows color (decimal): -12706557 or 204094. OLE color: 204094.

HSL color Cylindrical-coordinate representation of color #3E1D03: hue angle of 26.44º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E1D03 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB62293-
CMYK00.530.950.76
HSL26.44º90.77%12.75%-
HSV(B)26.44º95.16%24.31%-
XYZ2.441.910.33-
YUV35.9109.43146.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.96%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=65.96%
G=30.85%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6229300.530.950.7626.4490.7712.75
Hex3E1D30355F4C1a5bd
Octal763530651371143213315
Binary11111011101110110101101111110011001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,29,3); }

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

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

 a { background-color: rgb(62,29,3); }

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

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

 span { border-color: rgb(62,29,3); }

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