#270E04

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

Shades of Seal Brown #270E04

Tints of Seal Brown #270E04

Color information

#270E04 (or 0x270E04) is unknown color: approx Seal Brown. HEX triplet: 27, 0E and 04. RGB value is (39,14,4). Sum of RGB (Red+Green+Blue) = 39+14+4=57 (7% of max value = 765). Red value is 39 (15.62% from 255 or 68.42% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 39 - color contains mainly: red. Hex color #270E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270E04 is #D8F1FB. Grayscale: #141414. Windows color (decimal): -14217724 or 265767. OLE color: 265767.

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

Color convert

RGB39144-
CMYK00.640.900.85
HSL17.14º81.4%8.43%-
HSV(B)17.14º89.74%15.29%-
XYZ1.020.750.21-
YUV20.33118.78141.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 68.42%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=68.42%
G=24.56%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3914400.640.900.8517.1481.48.43
Hex27E40405A5511518
Octal4716401001321252112110
Binary100111111010001000000101101010101011000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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