#270B0A

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

Shades of Seal Brown #270B0A

Tints of Seal Brown #270B0A

Color information

#270B0A (or 0x270B0A) is unknown color: approx Seal Brown. HEX triplet: 27, 0B and 0A. RGB value is (39,11,10). Sum of RGB (Red+Green+Blue) = 39+11+10=60 (7% of max value = 765). Red value is 39 (15.62% from 255 or 65% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 39 - color contains mainly: red. Hex color #270B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270B0A is #D8F4F5. Grayscale: #131313. Windows color (decimal): -14218486 or 658215. OLE color: 658215.

HSL color Cylindrical-coordinate representation of color #270B0A: hue angle of 2.07º 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 #270B0A is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB391110-
CMYK00.720.740.85
HSL2.07º59.18%9.61%-
HSV(B)2.07º74.36%15.29%-
XYZ1.010.690.37-
YUV19.26122.78142.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 65%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 10 (4.30% from 255) = 16.67%
R=65%
G=18.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39111000.720.740.852.0759.189.61
Hex27BA0484A5523ba
Octal471312011011212527312
Binary100111101110100100100010010101010101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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