#270400

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

Shades of Seal Brown #270400

Tints of Seal Brown #270400

Color information

#270400 (or 0x270400) is unknown color: approx Seal Brown. HEX triplet: 27, 04 and 00. RGB value is (39,4,0). Sum of RGB (Red+Green+Blue) = 39+4+0=43 (5% of max value = 765). Red value is 39 (15.62% from 255 or 90.70% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 39 - color contains mainly: red. Hex color #270400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270400 is #D8FBFF. Grayscale: #0E0E0E. Windows color (decimal): -14220288 or 1063. OLE color: 1063.

HSL color Cylindrical-coordinate representation of color #270400: hue angle of 6.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270400 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB3940-
CMYK00.9010.85
HSL6.15º100%7.65%-
HSV(B)6.15º100%15.29%-
XYZ0.880.520.05-
YUV14.01120.1145.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 90.70%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.70%
G=9.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal394000.9010.856.151007.65
Hex274005A64556648
Octal47400132144125614410
Binary1001111000010110101100100101010111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270400; }

 p { color: rgb(39,4,0); }

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

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

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

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

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

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

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