#271510

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

Shades of Seal Brown #271510

Tints of Seal Brown #271510

Color information

#271510 (or 0x271510) is unknown color: approx Seal Brown. HEX triplet: 27, 15 and 10. RGB value is (39,21,16). Sum of RGB (Red+Green+Blue) = 39+21+16=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #271510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271510 is #D8EAEF. Grayscale: #191919. Windows color (decimal): -14215920 or 1053991. OLE color: 1053991.

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

Color convert

RGB392116-
CMYK00.460.590.85
HSL13.04º41.82%10.78%-
HSV(B)13.04º58.97%15.29%-
XYZ1.21.010.62-
YUV25.81122.46137.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=51.32%
G=27.63%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39211600.460.590.8513.0441.8210.78
Hex27151002E3B55d2ab
Octal47252005673125155213
Binary10011110101100000101110111011101010111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271510; }

 p { color: rgb(39,21,16); }

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

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

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

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

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

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

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