#271713

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

Shades of Seal Brown #271713

Tints of Seal Brown #271713

Color information

#271713 (or 0x271713) is unknown color: approx Seal Brown. HEX triplet: 27, 17 and 13. RGB value is (39,23,19). Sum of RGB (Red+Green+Blue) = 39+23+19=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271713 is #D8E8EC. Grayscale: #1B1B1B. Windows color (decimal): -14215405 or 1251111. OLE color: 1251111.

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

Color convert

RGB392319-
CMYK00.410.510.85
HSL12º34.48%11.37%-
HSV(B)12º51.28%15.29%-
XYZ1.261.090.76-
YUV27.33123.3136.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.15%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=48.15%
G=28.40%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39231900.410.510.851234.4811.37
Hex2717130293355c22b
Octal47272305163125144213
Binary10011110111100110101001110011101010111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271713; }

 p { color: rgb(39,23,19); }

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

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

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

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

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

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

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