#381A16

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

Shades of Seal Brown #381A16

Tints of Seal Brown #381A16

Color information

#381A16 (or 0x381A16) is unknown color: approx Seal Brown. HEX triplet: 38, 1A and 16. RGB value is (56,26,22). Sum of RGB (Red+Green+Blue) = 56+26+22=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A16 is #C7E5E9. Grayscale: #222222. Windows color (decimal): -13100522 or 1448504. OLE color: 1448504.

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

Color convert

RGB562622-
CMYK00.540.610.78
HSL7.06º43.59%15.29%-
HSV(B)7.06º60.71%21.96%-
XYZ2.151.640.96-
YUV34.51120.94143.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=53.85%
G=25%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56262200.540.610.787.0643.5915.29
Hex381A160363D4E72cf
Octal7032260667511675417
Binary1110001101010110011011011110110011101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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