#271209

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

Shades of Seal Brown #271209

Tints of Seal Brown #271209

Color information

#271209 (or 0x271209) is unknown color: approx Seal Brown. HEX triplet: 27, 12 and 09. RGB value is (39,18,9). Sum of RGB (Red+Green+Blue) = 39+18+9=66 (8% of max value = 765). Red value is 39 (15.62% from 255 or 59.09% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 39 - color contains mainly: red. Hex color #271209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271209 is #D8EDF6. Grayscale: #171717. Windows color (decimal): -14216695 or 594471. OLE color: 594471.

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

Color convert

RGB39189-
CMYK00.540.770.85
HSL18º62.5%9.41%-
HSV(B)18º76.92%15.29%-
XYZ1.10.880.37-
YUV23.25119.96139.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 59.09%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=59.09%
G=27.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3918900.540.770.851862.59.41
Hex271290364D55123e9
Octal472211066115125227611
Binary100111100101001011011010011011010101100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271209; }

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

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

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

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

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

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

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

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