#381106

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

Shades of Seal Brown #381106

Tints of Seal Brown #381106

Color information

#381106 (or 0x381106) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 06. RGB value is (56,17,6). Sum of RGB (Red+Green+Blue) = 56+17+6=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #381106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381106 is #C7EEF9. Grayscale: #1B1B1B. Windows color (decimal): -13102842 or 397624. OLE color: 397624.

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

Color convert

RGB56176-
CMYK00.700.890.78
HSL13.2º80.65%12.16%-
HSV(B)13.2º89.29%21.96%-
XYZ1.861.250.32-
YUV27.41115.92148.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70.89%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=70.89%
G=21.52%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5617600.700.890.7813.280.6512.16
Hex38116046594Ed51c
Octal7021601061311161512114
Binary111000100011100100011010110011001110110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381106; }

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

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

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

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

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

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

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

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