#270909

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

Shades of Seal Brown #270909

Tints of Seal Brown #270909

Color information

#270909 (or 0x270909) is unknown color: approx Seal Brown. HEX triplet: 27, 09 and 09. RGB value is (39,9,9). Sum of RGB (Red+Green+Blue) = 39+9+9=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #270909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270909 is #D8F6F6. Grayscale: #111111. Windows color (decimal): -14218999 or 592167. OLE color: 592167.

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

Color convert

RGB3999-
CMYK00.770.770.85
HSL62.5%9.41%-
HSV(B)76.92%15.29%-
XYZ0.980.650.33-
YUV17.97122.94143-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 68.42%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 9 (3.91% from 255) = 15.79%
R=68.42%
G=15.79%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal399900.770.770.85062.59.41
Hex279904D4D5503e9
Octal471111011511512507611
Binary10011110011001010011011001101101010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270909; }

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

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

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

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

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

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

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

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