#381615

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

Shades of Seal Brown #381615

Tints of Seal Brown #381615

Color information

#381615 (or 0x381615) is unknown color: approx Seal Brown. HEX triplet: 38, 16 and 15. RGB value is (56,22,21). Sum of RGB (Red+Green+Blue) = 56+22+21=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381615 is #C7E9EA. Grayscale: #202020. Windows color (decimal): -13101547 or 1381944. OLE color: 1381944.

HSL color Cylindrical-coordinate representation of color #381615: hue angle of 1.71º 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 #381615 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB562221-
CMYK00.610.630.78
HSL1.71º45.45%15.1%-
HSV(B)1.71º62.5%21.96%-
XYZ2.051.470.88-
YUV32.05121.76145.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=56.57%
G=22.22%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56222100.610.630.781.7145.4515.1
Hex38161503D3F4E22df
Octal7026250757711625517
Binary111000101101010101111011111111001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381615; }

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

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

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

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

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

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

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

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