#271311

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

Shades of Seal Brown #271311

Tints of Seal Brown #271311

Color information

#271311 (or 0x271311) is unknown color: approx Seal Brown. HEX triplet: 27, 13 and 11. RGB value is (39,19,17). Sum of RGB (Red+Green+Blue) = 39+19+17=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271311 is #D8ECEE. Grayscale: #181818. Windows color (decimal): -14216431 or 1119015. OLE color: 1119015.

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

Color convert

RGB391917-
CMYK00.510.560.85
HSL5.45º39.29%10.98%-
HSV(B)5.45º56.41%15.29%-
XYZ1.170.940.65-
YUV24.75123.63138.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=52%
G=25.33%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39191700.510.560.855.4539.2910.98
Hex2713110333855527b
Octal4723210637012554713
Binary1001111001110001011001111100010101011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271311; }

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

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

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

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

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

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

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

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