#271212

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

Shades of Seal Brown #271212

Tints of Seal Brown #271212

Color information

#271212 (or 0x271212) is unknown color: approx Seal Brown. HEX triplet: 27, 12 and 12. RGB value is (39,18,18). Sum of RGB (Red+Green+Blue) = 39+18+18=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271212 is #D8EDED. Grayscale: #181818. Windows color (decimal): -14216686 or 1184295. OLE color: 1184295.

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

Color convert

RGB391818-
CMYK00.540.540.85
HSL36.84%11.18%-
HSV(B)53.85%15.29%-
XYZ1.160.910.69-
YUV24.28124.46138.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 52%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 18 (7.42% from 255) = 24%
R=52%
G=24%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39181800.540.540.85036.8411.18
Hex2712120363655025b
Octal4722220666612504513
Binary10011110010100100110110110110101010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271212; }

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

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

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

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

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

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

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

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