#271208

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

Shades of Seal Brown #271208

Tints of Seal Brown #271208

Color information

#271208 (or 0x271208) is unknown color: approx Seal Brown. HEX triplet: 27, 12 and 08. RGB value is (39,18,8). Sum of RGB (Red+Green+Blue) = 39+18+8=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #271208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271208 is #D8EDF7. Grayscale: #171717. Windows color (decimal): -14216696 or 528935. OLE color: 528935.

HSL color Cylindrical-coordinate representation of color #271208: hue angle of 19.35º 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 #271208 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB39188-
CMYK00.540.790.85
HSL19.35º65.96%9.22%-
HSV(B)19.35º79.49%15.29%-
XYZ1.10.880.34-
YUV23.14119.46139.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=60%
G=27.69%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3918800.540.790.8519.3565.969.22
Hex271280364F5513429
Octal4722100661171252310211
Binary1001111001010000110110100111110101011001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271208; }

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

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

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

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

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

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

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

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