#270C0C

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

Shades of Seal Brown #270C0C

Tints of Seal Brown #270C0C

Color information

#270C0C (or 0x270C0C) is unknown color: approx Seal Brown. HEX triplet: 27, 0C and 0C. RGB value is (39,12,12). Sum of RGB (Red+Green+Blue) = 39+12+12=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #270C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C0C is #D8F3F3. Grayscale: #141414. Windows color (decimal): -14218228 or 789543. OLE color: 789543.

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

Color convert

RGB391212-
CMYK00.690.690.85
HSL52.94%10%-
HSV(B)69.23%15.29%-
XYZ1.030.720.43-
YUV20.07123.45141.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 61.90%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=61.90%
G=19.05%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39121200.690.690.85052.9410
Hex27CC0454555035a
Octal471414010510512506512
Binary10011111001100010001011000101101010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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