#271610

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

Shades of Seal Brown #271610

Tints of Seal Brown #271610

Color information

#271610 (or 0x271610) is unknown color: approx Seal Brown. HEX triplet: 27, 16 and 10. RGB value is (39,22,16). Sum of RGB (Red+Green+Blue) = 39+22+16=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #271610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271610 is #D8E9EF. Grayscale: #1A1A1A. Windows color (decimal): -14215664 or 1054247. OLE color: 1054247.

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

Color convert

RGB392216-
CMYK00.440.590.85
HSL15.65º41.82%10.78%-
HSV(B)15.65º58.97%15.29%-
XYZ1.221.040.63-
YUV26.4122.13136.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 50.65%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=50.65%
G=28.57%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39221600.440.590.8515.6541.8210.78
Hex27161002C3B55102ab
Octal47262005473125205213
Binary100111101101000001011001110111010101100001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271610; }

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

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

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

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

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

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

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

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