#381312

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

Shades of Seal Brown #381312

Tints of Seal Brown #381312

Color information

#381312 (or 0x381312) is unknown color: approx Seal Brown. HEX triplet: 38, 13 and 12. RGB value is (56,19,18). Sum of RGB (Red+Green+Blue) = 56+19+18=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381312 is #C7ECED. Grayscale: #1D1D1D. Windows color (decimal): -13102318 or 1184568. OLE color: 1184568.

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

Color convert

RGB561918-
CMYK00.660.680.78
HSL1.58º51.35%14.51%-
HSV(B)1.58º67.86%21.96%-
XYZ1.971.350.73-
YUV29.95121.26146.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=60.22%
G=20.43%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56191800.660.680.781.5851.3514.51
Hex381312042444E233f
Octal702322010210411626317
Binary11100010011100100100001010001001001110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381312; }

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

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

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

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

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

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

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

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