#381107

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

Shades of Seal Brown #381107

Tints of Seal Brown #381107

Color information

#381107 (or 0x381107) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 07. RGB value is (56,17,7). Sum of RGB (Red+Green+Blue) = 56+17+7=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #381107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381107 is #C7EEF8. Grayscale: #1B1B1B. Windows color (decimal): -13102841 or 463160. OLE color: 463160.

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

Color convert

RGB56177-
CMYK00.700.880.78
HSL12.24º77.78%12.35%-
HSV(B)12.24º87.5%21.96%-
XYZ1.871.260.35-
YUV27.52116.42148.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 7 (3.12% from 255) = 8.75%
R=70%
G=21.25%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5617700.700.880.7812.2477.7812.35
Hex38117046584Ec4ec
Octal7021701061301161411614
Binary111000100011110100011010110001001110110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381107; }

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

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

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

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

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

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

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

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