#270A04

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

Shades of Seal Brown #270A04

Tints of Seal Brown #270A04

Color information

#270A04 (or 0x270A04) is unknown color: approx Seal Brown. HEX triplet: 27, 0A and 04. RGB value is (39,10,4). Sum of RGB (Red+Green+Blue) = 39+10+4=53 (7% of max value = 765). Red value is 39 (15.62% from 255 or 73.58% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 39 - color contains mainly: red. Hex color #270A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270A04 is #D8F5FB. Grayscale: #121212. Windows color (decimal): -14218748 or 264743. OLE color: 264743.

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

Color convert

RGB39104-
CMYK00.740.900.85
HSL10.29º81.4%8.43%-
HSV(B)10.29º89.74%15.29%-
XYZ0.970.660.19-
YUV17.99120.11142.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 73.58%
GREEN value IS 10 (4.30% from 255) = 18.87%
BLUE value IS 4 (1.95% from 255) = 7.55%
R=73.58%
G=18.87%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3910400.740.900.8510.2981.48.43
Hex27A404A5A55a518
Octal4712401121321251212110
Binary10011110101000100101010110101010101101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270A04; }

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

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

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

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

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

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

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

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