#381101

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

Shades of Seal Brown #381101

Tints of Seal Brown #381101

Color information

#381101 (or 0x381101) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 01. RGB value is (56,17,1). Sum of RGB (Red+Green+Blue) = 56+17+1=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #381101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381101 is #C7EEFE. Grayscale: #1A1A1A. Windows color (decimal): -13102847 or 69944. OLE color: 69944.

HSL color Cylindrical-coordinate representation of color #381101: hue angle of 17.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #381101 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB56171-
CMYK00.700.980.78
HSL17.45º96.49%11.18%-
HSV(B)17.45º98.21%21.96%-
XYZ1.841.240.17-
YUV26.84113.42148.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 1 (0.78% from 255) = 1.35%
R=75.68%
G=22.97%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5617100.700.980.7817.4596.4911.18
Hex38111046624E1160b
Octal7021101061421162114013
Binary11100010001101000110110001010011101000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381101; }

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

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

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

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

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

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

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

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