#381411

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

Shades of Seal Brown #381411

Tints of Seal Brown #381411

Color information

#381411 (or 0x381411) is unknown color: approx Seal Brown. HEX triplet: 38, 14 and 11. RGB value is (56,20,17). Sum of RGB (Red+Green+Blue) = 56+20+17=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381411 is #C7EBEE. Grayscale: #1E1E1E. Windows color (decimal): -13102063 or 1119288. OLE color: 1119288.

HSL color Cylindrical-coordinate representation of color #381411: hue angle of 4.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381411 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB562017-
CMYK00.640.700.78
HSL4.62º53.42%14.31%-
HSV(B)4.62º69.64%21.96%-
XYZ1.981.380.69-
YUV30.42120.43146.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=60.22%
G=21.51%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56201700.640.700.784.6253.4214.31
Hex381411040464E535e
Octal702421010010611656516
Binary111000101001000101000000100011010011101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381411; }

 p { color: rgb(56,20,17); }

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

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

 a { background-color: rgb(56,20,17); }

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

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

 span { border-color: rgb(56,20,17); }

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