#270806

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

Shades of Seal Brown #270806

Tints of Seal Brown #270806

Color information

#270806 (or 0x270806) is unknown color: approx Seal Brown. HEX triplet: 27, 08 and 06. RGB value is (39,8,6). Sum of RGB (Red+Green+Blue) = 39+8+6=53 (7% of max value = 765). Red value is 39 (15.62% from 255 or 73.58% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 39 - color contains mainly: red. Hex color #270806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270806 is #D8F7F9. Grayscale: #111111. Windows color (decimal): -14219258 or 395303. OLE color: 395303.

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

Color convert

RGB3986-
CMYK00.790.850.85
HSL3.64º73.33%8.82%-
HSV(B)3.64º84.62%15.29%-
XYZ0.960.620.24-
YUV17.04121.77143.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 73.58%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 6 (2.73% from 255) = 11.32%
R=73.58%
G=15.09%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal398600.790.850.853.6473.338.82
Hex278604F55554499
Octal471060117125125411111
Binary1001111000110010011111010101101010110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270806; }

 p { color: rgb(39,8,6); }

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

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

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

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

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

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

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