#271919

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

Shades of Seal Brown #271919

Tints of Seal Brown #271919

Color information

#271919 (or 0x271919) is unknown color: approx Seal Brown. HEX triplet: 27, 19 and 19. RGB value is (39,25,25). Sum of RGB (Red+Green+Blue) = 39+25+25=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #271919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271919 is #D8E6E6. Grayscale: #1D1D1D. Windows color (decimal): -14214887 or 1644839. OLE color: 1644839.

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

Color convert

RGB392525-
CMYK00.360.360.85
HSL21.88%12.55%-
HSV(B)35.9%15.29%-
XYZ1.361.21.08-
YUV29.19125.64135-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.82%
GREEN value IS 25 (10.16% from 255) = 28.09%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=43.82%
G=28.09%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39252500.360.360.85021.8812.55
Hex2719190242455016d
Octal4731310444412502615
Binary1001111100111001010010010010010101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271919; }

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

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

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

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

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

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

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

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