#381D12

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

Shades of Brown Pod #381D12

Tints of Brown Pod #381D12

Color information

#381D12 (or 0x381D12) is unknown color: approx Brown Pod. HEX triplet: 38, 1D and 12. RGB value is (56,29,18). Sum of RGB (Red+Green+Blue) = 56+29+18=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D12 is #C7E2ED. Grayscale: #232323. Windows color (decimal): -13099758 or 1187128. OLE color: 1187128.

HSL color Cylindrical-coordinate representation of color #381D12: hue angle of 17.37º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381D12 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB562918-
CMYK00.480.680.78
HSL17.37º51.35%14.51%-
HSV(B)17.37º67.86%21.96%-
XYZ2.181.760.8-
YUV35.82117.95142.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 29 (11.72% from 255) = 28.16%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=54.37%
G=28.16%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56291800.480.680.7817.3751.3514.51
Hex381D12030444E1133f
Octal703522060104116216317
Binary1110001110110010011000010001001001110100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,29,18); }

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

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

 a { background-color: rgb(56,29,18); }

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

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

 span { border-color: rgb(56,29,18); }

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