#3E1B0D

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

Shades of Brown Pod #3E1B0D

Tints of Brown Pod #3E1B0D

Color information

#3E1B0D (or 0x3E1B0D) is unknown color: approx Brown Pod. HEX triplet: 3E, 1B and 0D. RGB value is (62,27,13). Sum of RGB (Red+Green+Blue) = 62+27+13=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1B0D is #C1E4F2. Grayscale: #232323. Windows color (decimal): -12707059 or 858942. OLE color: 858942.

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

Color convert

RGB622713-
CMYK00.560.790.76
HSL17.14º65.33%14.71%-
HSV(B)17.14º79.03%24.31%-
XYZ2.451.840.61-
YUV35.87115.1146.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 60.78%
GREEN value IS 27 (10.94% from 255) = 26.47%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=60.78%
G=26.47%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62271300.560.790.7617.1465.3314.71
Hex3E1BD0384F4C1141f
Octal7633150701171142110117
Binary1111101101111010111000100111110011001000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,27,13); }

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

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

 a { background-color: rgb(62,27,13); }

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

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

 span { border-color: rgb(62,27,13); }

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