#381E11

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

Shades of Brown Pod #381E11

Tints of Brown Pod #381E11

Color information

#381E11 (or 0x381E11) is unknown color: approx Brown Pod. HEX triplet: 38, 1E and 11. RGB value is (56,30,17). Sum of RGB (Red+Green+Blue) = 56+30+17=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E11 is #C7E1EE. Grayscale: #242424. Windows color (decimal): -13099503 or 1121848. OLE color: 1121848.

HSL color Cylindrical-coordinate representation of color #381E11: hue angle of 20º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381E11 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB563017-
CMYK00.460.700.78
HSL20º53.42%14.31%-
HSV(B)20º69.64%21.96%-
XYZ2.21.810.76-
YUV36.29117.11142.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=54.37%
G=29.13%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56301700.460.700.782053.4214.31
Hex381E1102E464E1435e
Octal703621056106116246516
Binary1110001111010001010111010001101001110101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381E11; }

 p { color: rgb(56,30,17); }

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

<style>
 a { background-color: #381E11; }

 a { background-color: rgb(56,30,17); }

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

<style>
 span { border-color: #381E11; }

 span { border-color: rgb(56,30,17); }

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