#270504

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

Shades of Seal Brown #270504

Tints of Seal Brown #270504

Color information

#270504 (or 0x270504) is unknown color: approx Seal Brown. HEX triplet: 27, 05 and 04. RGB value is (39,5,4). Sum of RGB (Red+Green+Blue) = 39+5+4=48 (6% of max value = 765). Red value is 39 (15.62% from 255 or 81.25% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 39 - color contains mainly: red. Hex color #270504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270504 is #D8FAFB. Grayscale: #0F0F0F. Windows color (decimal): -14220028 or 263463. OLE color: 263463.

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

Color convert

RGB3954-
CMYK00.870.900.85
HSL1.71º81.4%8.43%-
HSV(B)1.71º89.74%15.29%-
XYZ0.910.550.17-
YUV15.05121.76145.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 81.25%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 4 (1.95% from 255) = 8.33%
R=81.25%
G=10.42%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal395400.870.900.851.7181.48.43
Hex27540575A552518
Octal47540127132125212110
Binary10011110110001010111101101010101011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270504; }

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

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

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

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

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

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

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

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