#381F11

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

Shades of Brown Pod #381F11

Tints of Brown Pod #381F11

Color information

#381F11 (or 0x381F11) is unknown color: approx Brown Pod. HEX triplet: 38, 1F and 11. RGB value is (56,31,17). Sum of RGB (Red+Green+Blue) = 56+31+17=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F11 is #C7E0EE. Grayscale: #242424. Windows color (decimal): -13099247 or 1122104. OLE color: 1122104.

HSL color Cylindrical-coordinate representation of color #381F11: hue angle of 21.54º 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 #381F11 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB563117-
CMYK00.450.700.78
HSL21.54º53.42%14.31%-
HSV(B)21.54º69.64%21.96%-
XYZ2.221.860.77-
YUV36.88116.78141.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=53.85%
G=29.81%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56311700.450.700.7821.5453.4214.31
Hex381F1102D464E1635e
Octal703721055106116266516
Binary1110001111110001010110110001101001110101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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