#271313

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

Shades of Seal Brown #271313

Tints of Seal Brown #271313

Color information

#271313 (or 0x271313) is unknown color: approx Seal Brown. HEX triplet: 27, 13 and 13. RGB value is (39,19,19). Sum of RGB (Red+Green+Blue) = 39+19+19=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271313 is #D8ECEC. Grayscale: #181818. Windows color (decimal): -14216429 or 1250087. OLE color: 1250087.

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

Color convert

RGB391919-
CMYK00.510.510.85
HSL34.48%11.37%-
HSV(B)51.28%15.29%-
XYZ1.190.940.74-
YUV24.98124.63138-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=50.65%
G=24.68%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39191900.510.510.85034.4811.37
Hex2713130333355022b
Octal4723230636312504213
Binary10011110011100110110011110011101010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271313; }

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

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

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

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

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

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

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

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