#270000

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

Shades of Seal Brown #270000

Tints of Seal Brown #270000

Color information

#270000 (or 0x270000) is unknown color: approx Seal Brown. HEX triplet: 27, 00 and 00. RGB value is (39,0,0). Sum of RGB (Red+Green+Blue) = 39+0+0=39 (5% of max value = 765). Red value is 39 (15.62% from 255 or 100% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 39 - color contains mainly: red. Hex color #270000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270000 is #D8FFFF. Grayscale: #0B0B0B. Windows color (decimal): -14221312 or 39. OLE color: 39.

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

Color convert

RGB3900-
CMYK0110.85
HSL100%7.65%-
HSV(B)100%15.29%-
XYZ0.840.430.04-
YUV11.66121.42147.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 100%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%
R=100%
G=0%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39000110.8501007.65
Hex270006464550648
Octal47000144144125014410
Binary100111000110010011001001010101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270000; }

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

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

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

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

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

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

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

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