#381A11

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

Shades of Brown Pod #381A11

Tints of Brown Pod #381A11

Color information

#381A11 (or 0x381A11) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 11. RGB value is (56,26,17). Sum of RGB (Red+Green+Blue) = 56+26+17=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A11 is #C7E5EE. Grayscale: #222222. Windows color (decimal): -13100527 or 1120824. OLE color: 1120824.

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

Color convert

RGB562617-
CMYK00.540.700.78
HSL13.85º53.42%14.31%-
HSV(B)13.85º69.64%21.96%-
XYZ2.11.620.73-
YUV33.94118.44143.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=56.57%
G=26.26%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56261700.540.700.7813.8553.4214.31
Hex381A11036464Ee35e
Octal703221066106116166516
Binary111000110101000101101101000110100111011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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