#3E2008

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

Shades of Brown Pod #3E2008

Tints of Brown Pod #3E2008

Color information

#3E2008 (or 0x3E2008) is unknown color: approx Brown Pod. HEX triplet: 3E, 20 and 08. RGB value is (62,32,8). Sum of RGB (Red+Green+Blue) = 62+32+8=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2008 is #C1DFF7. Grayscale: #262626. Windows color (decimal): -12705784 or 532542. OLE color: 532542.

HSL color Cylindrical-coordinate representation of color #3E2008: hue angle of 26.67º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E2008 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB62328-
CMYK00.480.870.76
HSL26.67º77.14%13.73%-
HSV(B)26.67º87.1%24.31%-
XYZ2.552.070.5-
YUV38.23110.94144.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 60.78%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=60.78%
G=31.37%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6232800.480.870.7626.6777.1413.73
Hex3E208030574C1b4de
Octal7640100601271143311516
Binary11111010000010000110000101011110011001101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,8); }

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

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

 a { background-color: rgb(62,32,8); }

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

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

 span { border-color: rgb(62,32,8); }

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