#271310

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

Shades of Seal Brown #271310

Tints of Seal Brown #271310

Color information

#271310 (or 0x271310) is unknown color: approx Seal Brown. HEX triplet: 27, 13 and 10. RGB value is (39,19,16). Sum of RGB (Red+Green+Blue) = 39+19+16=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #271310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271310 is #D8ECEF. Grayscale: #181818. Windows color (decimal): -14216432 or 1053479. OLE color: 1053479.

HSL color Cylindrical-coordinate representation of color #271310: hue angle of 7.83º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #271310 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB391916-
CMYK00.510.590.85
HSL7.83º41.82%10.78%-
HSV(B)7.83º58.97%15.29%-
XYZ1.160.930.61-
YUV24.64123.13138.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=52.70%
G=25.68%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39191600.510.590.857.8341.8210.78
Hex2713100333B5582ab
Octal47232006373125105213
Binary10011110011100000110011111011101010110001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271310; }

 p { color: rgb(39,19,16); }

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

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

 a { background-color: rgb(39,19,16); }

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

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

 span { border-color: rgb(39,19,16); }

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