#270500

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

Shades of Seal Brown #270500

Tints of Seal Brown #270500

Color information

#270500 (or 0x270500) is unknown color: approx Seal Brown. HEX triplet: 27, 05 and 00. RGB value is (39,5,0). Sum of RGB (Red+Green+Blue) = 39+5+0=44 (5% of max value = 765). Red value is 39 (15.62% from 255 or 88.64% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 39 - color contains mainly: red. Hex color #270500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270500 is #D8FAFF. Grayscale: #0E0E0E. Windows color (decimal): -14220032 or 1319. OLE color: 1319.

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

Color convert

RGB3950-
CMYK00.8710.85
HSL7.69º100%7.65%-
HSV(B)7.69º100%15.29%-
XYZ0.890.540.06-
YUV14.6119.76145.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 88.64%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.64%
G=11.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal395000.8710.857.691007.65
Hex275005764558648
Octal475001271441251014410
Binary10011110100101011111001001010101100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270500; }

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

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

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

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

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

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

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

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