#270300

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

Shades of Seal Brown #270300

Tints of Seal Brown #270300

Color information

#270300 (or 0x270300) is unknown color: approx Seal Brown. HEX triplet: 27, 03 and 00. RGB value is (39,3,0). Sum of RGB (Red+Green+Blue) = 39+3+0=42 (5% of max value = 765). Red value is 39 (15.62% from 255 or 92.86% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 39 - color contains mainly: red. Hex color #270300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270300 is #D8FCFF. Grayscale: #0D0D0D. Windows color (decimal): -14220544 or 807. OLE color: 807.

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

Color convert

RGB3930-
CMYK00.9210.85
HSL4.62º100%7.65%-
HSV(B)4.62º100%15.29%-
XYZ0.870.50.05-
YUV13.42120.43146.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 92.86%
GREEN value IS 3 (1.56% from 255) = 7.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.86%
G=7.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal393000.9210.854.621007.65
Hex273005C64555648
Octal47300134144125514410
Binary100111110010111001100100101010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270300; }

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

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

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

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

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

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

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

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