#381E12

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

Shades of Brown Pod #381E12

Tints of Brown Pod #381E12

Color information

#381E12 (or 0x381E12) is unknown color: approx Brown Pod. HEX triplet: 38, 1E and 12. RGB value is (56,30,18). Sum of RGB (Red+Green+Blue) = 56+30+18=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E12 is #C7E1ED. Grayscale: #242424. Windows color (decimal): -13099502 or 1187384. OLE color: 1187384.

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

Color convert

RGB563018-
CMYK00.460.680.78
HSL18.95º51.35%14.51%-
HSV(B)18.95º67.86%21.96%-
XYZ2.21.810.81-
YUV36.41117.61141.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=53.85%
G=28.85%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56301800.460.680.7818.9551.3514.51
Hex381E1202E444E1333f
Octal703622056104116236317
Binary1110001111010010010111010001001001110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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