#381A15

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

Shades of Seal Brown #381A15

Tints of Seal Brown #381A15

Color information

#381A15 (or 0x381A15) is unknown color: approx Seal Brown. HEX triplet: 38, 1A and 15. RGB value is (56,26,21). Sum of RGB (Red+Green+Blue) = 56+26+21=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A15 is #C7E5EA. Grayscale: #222222. Windows color (decimal): -13100523 or 1382968. OLE color: 1382968.

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

Color convert

RGB562621-
CMYK00.540.630.78
HSL8.57º45.45%15.1%-
HSV(B)8.57º62.5%21.96%-
XYZ2.141.630.91-
YUV34.4120.44143.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 26 (10.55% from 255) = 25.24%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=54.37%
G=25.24%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56262100.540.630.788.5745.4515.1
Hex381A150363F4E92df
Octal70322506677116115517
Binary11100011010101010110110111111100111010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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