#381713

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

Shades of Seal Brown #381713

Tints of Seal Brown #381713

Color information

#381713 (or 0x381713) is unknown color: approx Seal Brown. HEX triplet: 38, 17 and 13. RGB value is (56,23,19). Sum of RGB (Red+Green+Blue) = 56+23+19=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381713 is #C7E8EC. Grayscale: #202020. Windows color (decimal): -13101293 or 1251128. OLE color: 1251128.

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

Color convert

RGB562319-
CMYK00.590.660.78
HSL6.49º49.33%14.71%-
HSV(B)6.49º66.07%21.96%-
XYZ2.051.50.8-
YUV32.41120.43144.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 23 (9.38% from 255) = 23.47%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=57.14%
G=23.47%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56231900.590.660.786.4949.3314.71
Hex38171303B424E631f
Octal70272307310211666117
Binary11100010111100110111011100001010011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381713; }

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

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

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

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

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

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

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

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