#271111

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

Shades of Seal Brown #271111

Tints of Seal Brown #271111

Color information

#271111 (or 0x271111) is unknown color: approx Seal Brown. HEX triplet: 27, 11 and 11. RGB value is (39,17,17). Sum of RGB (Red+Green+Blue) = 39+17+17=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #271111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271111 is #D8EEEE. Grayscale: #171717. Windows color (decimal): -14216943 or 1118503. OLE color: 1118503.

HSL color Cylindrical-coordinate representation of color #271111: hue angle of 0º 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 #271111 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB391717-
CMYK00.560.560.85
HSL39.29%10.98%-
HSV(B)56.41%15.29%-
XYZ1.140.870.64-
YUV23.58124.29139-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 53.42%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 17 (7.03% from 255) = 23.29%
R=53.42%
G=23.29%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39171700.560.560.85039.2910.98
Hex2711110383855027b
Octal4721210707012504713
Binary10011110001100010111000111000101010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271111; }

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

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

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

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

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

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

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

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