#381110

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

Shades of Seal Brown #381110

Tints of Seal Brown #381110

Color information

#381110 (or 0x381110) is unknown color: approx Seal Brown. HEX triplet: 38, 11 and 10. RGB value is (56,17,16). Sum of RGB (Red+Green+Blue) = 56+17+16=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381110 is #C7EEEF. Grayscale: #1C1C1C. Windows color (decimal): -13102832 or 1052984. OLE color: 1052984.

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

Color convert

RGB561716-
CMYK00.700.710.78
HSL1.5º55.56%14.12%-
HSV(B)1.5º71.43%21.96%-
XYZ1.921.280.64-
YUV28.55120.92147.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=62.92%
G=19.10%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56171600.700.710.781.555.5614.12
Hex381110046474E238e
Octal702120010610711627016
Binary11100010001100000100011010001111001110101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381110; }

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

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

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

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

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

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

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

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