#381105

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

Shades of Seal Brown #381105

Tints of Seal Brown #381105

Color information

#381105 (or 0x381105) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 05. RGB value is (56,17,5). Sum of RGB (Red+Green+Blue) = 56+17+5=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #381105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381105 is #C7EEFA. Grayscale: #1B1B1B. Windows color (decimal): -13102843 or 332088. OLE color: 332088.

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

Color convert

RGB56175-
CMYK00.700.910.78
HSL14.12º83.61%11.96%-
HSV(B)14.12º91.07%21.96%-
XYZ1.861.250.29-
YUV27.29115.42148.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=71.79%
G=21.79%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5617500.700.910.7814.1283.6111.96
Hex381150465B4Ee54c
Octal7021501061331161612414
Binary111000100011010100011010110111001110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381105; }

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

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

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

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

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

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

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

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