#381A14

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

Shades of Brown Pod #381A14

Tints of Brown Pod #381A14

Color information

#381A14 (or 0x381A14) is unknown color: approx Brown Pod. HEX triplet: 38, 1A and 14. RGB value is (56,26,20). Sum of RGB (Red+Green+Blue) = 56+26+20=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A14 is #C7E5EB. Grayscale: #222222. Windows color (decimal): -13100524 or 1317432. OLE color: 1317432.

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

Color convert

RGB562620-
CMYK00.540.640.78
HSL10º47.37%14.9%-
HSV(B)10º64.29%21.96%-
XYZ2.131.630.86-
YUV34.29119.94143.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=54.90%
G=25.49%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56262000.540.640.781047.3714.9
Hex381A14036404Ea2ff
Octal703224066100116125717
Binary111000110101010001101101000000100111010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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