#381109

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

Shades of Seal Brown #381109

Tints of Seal Brown #381109

Color information

#381109 (or 0x381109) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 09. RGB value is (56,17,9). Sum of RGB (Red+Green+Blue) = 56+17+9=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381109 is #C7EEF6. Grayscale: #1B1B1B. Windows color (decimal): -13102839 or 594232. OLE color: 594232.

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

Color convert

RGB56179-
CMYK00.700.840.78
HSL10.21º72.31%12.75%-
HSV(B)10.21º83.93%21.96%-
XYZ1.881.260.4-
YUV27.75117.42148.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=68.29%
G=20.73%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5617900.700.840.7810.2172.3112.75
Hex38119046544Ea48d
Octal70211101061241161211015
Binary1110001000110010100011010101001001110101010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381109; }

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

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

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

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

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

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

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

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