#270808

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

Shades of Seal Brown #270808

Tints of Seal Brown #270808

Color information

#270808 (or 0x270808) is unknown color: approx Seal Brown. HEX triplet: 27, 08 and 08. RGB value is (39,8,8). Sum of RGB (Red+Green+Blue) = 39+8+8=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #270808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #270808 is #D8F7F7. Grayscale: #111111. Windows color (decimal): -14219256 or 526375. OLE color: 526375.

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

Color convert

RGB3988-
CMYK00.790.790.85
HSL65.96%9.22%-
HSV(B)79.49%15.29%-
XYZ0.970.620.3-
YUV17.27122.77143.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 70.91%
GREEN value IS 8 (3.52% from 255) = 14.55%
BLUE value IS 8 (3.52% from 255) = 14.55%
R=70.91%
G=14.55%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal398800.790.790.85065.969.22
Hex278804F4F550429
Octal4710100117117125010211
Binary100111100010000100111110011111010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270808; }

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

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

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

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

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

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

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

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