#271009

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

Shades of Seal Brown #271009

Tints of Seal Brown #271009

Color information

#271009 (or 0x271009) is unknown color: approx Seal Brown. HEX triplet: 27, 10 and 09. RGB value is (39,16,9). Sum of RGB (Red+Green+Blue) = 39+16+9=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #271009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271009 is #D8EFF6. Grayscale: #161616. Windows color (decimal): -14217207 or 593959. OLE color: 593959.

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

Color convert

RGB39169-
CMYK00.590.770.85
HSL14º62.5%9.41%-
HSV(B)14º76.92%15.29%-
XYZ1.070.820.36-
YUV22.08120.62140.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60.94%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=60.94%
G=25%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3916900.590.770.851462.59.41
Hex2710903B4D55e3e9
Octal472011073115125167611
Binary10011110000100101110111001101101010111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271009; }

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

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

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

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

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

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

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

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