#270F0D

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

Shades of Seal Brown #270F0D

Tints of Seal Brown #270F0D

Color information

#270F0D (or 0x270F0D) is unknown color: approx Seal Brown. HEX triplet: 27, 0F and 0D. RGB value is (39,15,13). Sum of RGB (Red+Green+Blue) = 39+15+13=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #270F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F0D is #D8F0F2. Grayscale: #151515. Windows color (decimal): -14217459 or 855847. OLE color: 855847.

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

Color convert

RGB391513-
CMYK00.620.670.85
HSL4.62º50%10.2%-
HSV(B)4.62º66.67%15.29%-
XYZ1.080.80.48-
YUV21.95122.95140.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=58.21%
G=22.39%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39151300.620.670.854.625010.2
Hex27FD03E4355532a
Octal47171507610312556212
Binary100111111111010111110100001110101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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