#271411

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

Shades of Seal Brown #271411

Tints of Seal Brown #271411

Color information

#271411 (or 0x271411) is unknown color: approx Seal Brown. HEX triplet: 27, 14 and 11. RGB value is (39,20,17). Sum of RGB (Red+Green+Blue) = 39+20+17=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271411 is #D8EBEE. Grayscale: #191919. Windows color (decimal): -14216175 or 1119271. OLE color: 1119271.

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

Color convert

RGB392017-
CMYK00.490.560.85
HSL8.18º39.29%10.98%-
HSV(B)8.18º56.41%15.29%-
XYZ1.190.970.66-
YUV25.34123.29137.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=51.32%
G=26.32%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39201700.490.560.858.1839.2910.98
Hex2714110313855827b
Octal47242106170125104713
Binary10011110100100010110001111000101010110001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271411; }

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

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

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

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

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

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

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

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