#270700

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

Shades of Seal Brown #270700

Tints of Seal Brown #270700

Color information

#270700 (or 0x270700) is unknown color: approx Seal Brown. HEX triplet: 27, 07 and 00. RGB value is (39,7,0). Sum of RGB (Red+Green+Blue) = 39+7+0=46 (6% of max value = 765). Red value is 39 (15.62% from 255 or 84.78% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 39 - color contains mainly: red. Hex color #270700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270700 is #D8F8FF. Grayscale: #0F0F0F. Windows color (decimal): -14219520 or 1831. OLE color: 1831.

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

Color convert

RGB3970-
CMYK00.8210.85
HSL10.77º100%7.65%-
HSV(B)10.77º100%15.29%-
XYZ0.910.580.06-
YUV15.77119.1144.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 84.78%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.78%
G=15.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal397000.8210.8510.771007.65
Hex27700526455b648
Octal477001221441251314410
Binary10011111100101001011001001010101101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270700; }

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

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

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

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

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

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

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

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