#3E1C00

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

Shades of Brown Pod #3E1C00

Tints of Brown Pod #3E1C00

Color information

#3E1C00 (or 0x3E1C00) is unknown color: approx Brown Pod. HEX triplet: 3E, 1C and 00. RGB value is (62,28,0). Sum of RGB (Red+Green+Blue) = 62+28+0=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1C00 is #C1E3FF. Grayscale: #232323. Windows color (decimal): -12706816 or 7230. OLE color: 7230.

HSL color Cylindrical-coordinate representation of color #3E1C00: hue angle of 27.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E1C00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB62280-
CMYK00.5510.76
HSL27.1º100%12.16%-
HSV(B)27.1º100%24.31%-
XYZ2.41.850.23-
YUV34.97108.26147.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 68.89%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.89%
G=31.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6228000.5510.7627.110012.16
Hex3E1C0037644C1b64c
Octal763400671441143314414
Binary1111101110000110111110010010011001101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,28,0); }

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

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

 a { background-color: rgb(62,28,0); }

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

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

 span { border-color: rgb(62,28,0); }

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