#381513

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

Shades of Seal Brown #381513

Tints of Seal Brown #381513

Color information

#381513 (or 0x381513) is unknown color: approx Seal Brown. HEX triplet: 38, 15 and 13. RGB value is (56,21,19). Sum of RGB (Red+Green+Blue) = 56+21+19=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381513 is #C7EAEC. Grayscale: #1F1F1F. Windows color (decimal): -13101805 or 1250616. OLE color: 1250616.

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

Color convert

RGB562119-
CMYK00.630.660.78
HSL3.24º49.33%14.71%-
HSV(B)3.24º66.07%21.96%-
XYZ2.021.420.78-
YUV31.24121.1145.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=58.33%
G=21.88%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56211900.630.660.783.2449.3314.71
Hex38151303F424E331f
Octal70252307710211636117
Binary1110001010110011011111110000101001110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381513; }

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

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

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

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

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

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

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

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