#270C04

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

Shades of Seal Brown #270C04

Tints of Seal Brown #270C04

Color information

#270C04 (or 0x270C04) is unknown color: approx Seal Brown. HEX triplet: 27, 0C and 04. RGB value is (39,12,4). Sum of RGB (Red+Green+Blue) = 39+12+4=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #270C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270C04 is #D8F3FB. Grayscale: #131313. Windows color (decimal): -14218236 or 265255. OLE color: 265255.

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

Color convert

RGB39124-
CMYK00.690.900.85
HSL13.71º81.4%8.43%-
HSV(B)13.71º89.74%15.29%-
XYZ0.990.70.2-
YUV19.16119.45142.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 70.91%
GREEN value IS 12 (5.08% from 255) = 21.82%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=70.91%
G=21.82%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3912400.690.900.8513.7181.48.43
Hex27C40455A55e518
Octal4714401051321251612110
Binary10011111001000100010110110101010101111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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