#270C01

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

Shades of Seal Brown #270C01

Tints of Seal Brown #270C01

Color information

#270C01 (or 0x270C01) is unknown color: approx Seal Brown. HEX triplet: 27, 0C and 01. RGB value is (39,12,1). Sum of RGB (Red+Green+Blue) = 39+12+1=52 (6% of max value = 765). Red value is 39 (15.62% from 255 or 75% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 39 - color contains mainly: red. Hex color #270C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C01 is #D8F3FE. Grayscale: #121212. Windows color (decimal): -14218239 or 68647. OLE color: 68647.

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

Color convert

RGB39121-
CMYK00.690.970.85
HSL17.37º95%7.84%-
HSV(B)17.37º97.44%15.29%-
XYZ0.970.70.11-
YUV18.82117.95142.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 75%
GREEN value IS 12 (5.08% from 255) = 23.08%
BLUE value IS 1 (0.78% from 255) = 1.92%
R=75%
G=23.08%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912100.690.970.8517.37957.84
Hex27C10456155115f8
Octal4714101051411252113710
Binary1001111100101000101110000110101011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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