#381C12

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

Shades of Brown Pod #381C12

Tints of Brown Pod #381C12

Color information

#381C12 (or 0x381C12) is unknown color: approx Brown Pod. HEX triplet: 38, 1C and 12. RGB value is (56,28,18). Sum of RGB (Red+Green+Blue) = 56+28+18=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C12 is #C7E3ED. Grayscale: #232323. Windows color (decimal): -13100014 or 1186872. OLE color: 1186872.

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

Color convert

RGB562818-
CMYK00.500.680.78
HSL15.79º51.35%14.51%-
HSV(B)15.79º67.86%21.96%-
XYZ2.161.710.79-
YUV35.23118.28142.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=54.90%
G=27.45%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56281800.500.680.7815.7951.3514.51
Hex381C12032444E1033f
Octal703422062104116206317
Binary1110001110010010011001010001001001110100001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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