#271106

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

Shades of Seal Brown #271106

Tints of Seal Brown #271106

Color information

#271106 (or 0x271106) is unknown color: approx Seal Brown. HEX triplet: 27, 11 and 06. RGB value is (39,17,6). Sum of RGB (Red+Green+Blue) = 39+17+6=62 (8% of max value = 765). Red value is 39 (15.62% from 255 or 62.90% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 39 - color contains mainly: red. Hex color #271106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271106 is #D8EEF9. Grayscale: #161616. Windows color (decimal): -14216954 or 397607. OLE color: 397607.

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

Color convert

RGB39176-
CMYK00.560.850.85
HSL20º73.33%8.82%-
HSV(B)20º84.62%15.29%-
XYZ1.070.850.28-
YUV22.32118.79139.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 62.90%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 6 (2.73% from 255) = 9.68%
R=62.90%
G=27.42%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3917600.560.850.852073.338.82
Hex27116038555514499
Octal472160701251252411111
Binary100111100011100111000101010110101011010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271106; }

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

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

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

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

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

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

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

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