#271211

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

Shades of Seal Brown #271211

Tints of Seal Brown #271211

Color information

#271211 (or 0x271211) is unknown color: approx Seal Brown. HEX triplet: 27, 12 and 11. RGB value is (39,18,17). Sum of RGB (Red+Green+Blue) = 39+18+17=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #271211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271211 is #D8EDEE. Grayscale: #181818. Windows color (decimal): -14216687 or 1118759. OLE color: 1118759.

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

Color convert

RGB391817-
CMYK00.540.560.85
HSL2.73º39.29%10.98%-
HSV(B)2.73º56.41%15.29%-
XYZ1.150.90.64-
YUV24.16123.96138.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52.70%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=52.70%
G=24.32%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39181700.540.560.852.7339.2910.98
Hex2712110363855327b
Octal4722210667012534713
Binary100111100101000101101101110001010101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271211; }

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

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

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

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

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

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

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

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