#270C03

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

Shades of Seal Brown #270C03

Tints of Seal Brown #270C03

Color information

#270C03 (or 0x270C03) is unknown color: approx Seal Brown. HEX triplet: 27, 0C and 03. RGB value is (39,12,3). Sum of RGB (Red+Green+Blue) = 39+12+3=54 (7% of max value = 765). Red value is 39 (15.62% from 255 or 72.22% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 39 - color contains mainly: red. Hex color #270C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C03 is #D8F3FC. Grayscale: #131313. Windows color (decimal): -14218237 or 199719. OLE color: 199719.

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

Color convert

RGB39123-
CMYK00.690.920.85
HSL15º85.71%8.24%-
HSV(B)15º92.31%15.29%-
XYZ0.980.70.17-
YUV19.05118.95142.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 72.22%
GREEN value IS 12 (5.08% from 255) = 22.22%
BLUE value IS 3 (1.56% from 255) = 5.56%
R=72.22%
G=22.22%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912300.690.920.851585.718.24
Hex27C30455C55f568
Octal4714301051341251712610
Binary1001111100110100010110111001010101111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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