#270F0A

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

Shades of Seal Brown #270F0A

Tints of Seal Brown #270F0A

Color information

#270F0A (or 0x270F0A) is unknown color: approx Seal Brown. HEX triplet: 27, 0F and 0A. RGB value is (39,15,10). Sum of RGB (Red+Green+Blue) = 39+15+10=64 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60.94% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 39 - color contains mainly: red. Hex color #270F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270F0A is #D8F0F5. Grayscale: #151515. Windows color (decimal): -14217462 or 659239. OLE color: 659239.

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

Color convert

RGB391510-
CMYK00.620.740.85
HSL10.34º59.18%9.61%-
HSV(B)10.34º74.36%15.29%-
XYZ1.060.790.38-
YUV21.61121.45140.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60.94%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=60.94%
G=23.44%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39151000.620.740.8510.3459.189.61
Hex27FA03E4A55a3ba
Octal471712076112125127312
Binary1001111111101001111101001010101010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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