#270E01

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

Shades of Seal Brown #270E01

Tints of Seal Brown #270E01

Color information

#270E01 (or 0x270E01) is unknown color: approx Seal Brown. HEX triplet: 27, 0E and 01. RGB value is (39,14,1). Sum of RGB (Red+Green+Blue) = 39+14+1=54 (7% of max value = 765). Red value is 39 (15.62% from 255 or 72.22% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 39 - color contains mainly: red. Hex color #270E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270E01 is #D8F1FE. Grayscale: #141414. Windows color (decimal): -14217727 or 69159. OLE color: 69159.

HSL color Cylindrical-coordinate representation of color #270E01: hue angle of 20.53º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270E01 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB39141-
CMYK00.640.970.85
HSL20.53º95%7.84%-
HSV(B)20.53º97.44%15.29%-
XYZ10.750.12-
YUV19.99117.28141.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 72.22%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=72.22%
G=25.93%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3914100.640.970.8520.53957.84
Hex27E10406155155f8
Octal4716101001411252513710
Binary1001111110101000000110000110101011010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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