#270D01

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

Shades of Seal Brown #270D01

Tints of Seal Brown #270D01

Color information

#270D01 (or 0x270D01) is unknown color: approx Seal Brown. HEX triplet: 27, 0D and 01. RGB value is (39,13,1). Sum of RGB (Red+Green+Blue) = 39+13+1=53 (7% of max value = 765). Red value is 39 (15.62% from 255 or 73.58% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 39 - color contains mainly: red. Hex color #270D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270D01 is #D8F2FE. Grayscale: #131313. Windows color (decimal): -14217983 or 68903. OLE color: 68903.

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

Color convert

RGB39131-
CMYK00.670.970.85
HSL18.95º95%7.84%-
HSV(B)18.95º97.44%15.29%-
XYZ0.990.720.12-
YUV19.41117.61141.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 73.58%
GREEN value IS 13 (5.47% from 255) = 24.53%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=73.58%
G=24.53%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3913100.670.970.8518.95957.84
Hex27D10436155135f8
Octal4715101031411252313710
Binary1001111101101000011110000110101011001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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