#271414

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

Shades of Seal Brown #271414

Tints of Seal Brown #271414

Color information

#271414 (or 0x271414) is unknown color: approx Seal Brown. HEX triplet: 27, 14 and 14. RGB value is (39,20,20). Sum of RGB (Red+Green+Blue) = 39+20+20=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271414 is #D8EBEB. Grayscale: #191919. Windows color (decimal): -14216172 or 1315879. OLE color: 1315879.

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

Color convert

RGB392020-
CMYK00.490.490.85
HSL32.2%11.57%-
HSV(B)48.72%15.29%-
XYZ1.210.980.79-
YUV25.68124.79137.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 49.37%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=49.37%
G=25.32%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39202000.490.490.85032.211.57
Hex2714140313155020c
Octal4724240616112504014
Binary10011110100101000110001110001101010101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271414; }

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

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

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

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

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

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

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

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