#381104

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

Shades of Seal Brown #381104

Tints of Seal Brown #381104

Color information

#381104 (or 0x381104) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 04. RGB value is (56,17,4). Sum of RGB (Red+Green+Blue) = 56+17+4=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #381104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381104 is #C7EEFB. Grayscale: #1B1B1B. Windows color (decimal): -13102844 or 266552. OLE color: 266552.

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

Color convert

RGB56174-
CMYK00.700.930.78
HSL15º86.67%11.76%-
HSV(B)15º92.86%21.96%-
XYZ1.851.250.26-
YUV27.18114.92148.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=72.73%
G=22.08%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5617400.700.930.781586.6711.76
Hex381140465D4Ef57c
Octal7021401061351161712714
Binary111000100011000100011010111011001110111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381104; }

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

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

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

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

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

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

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

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