#27110B

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

Shades of Seal Brown #27110B

Tints of Seal Brown #27110B

Color information

#27110B (or 0x27110B) is unknown color: approx Seal Brown. HEX triplet: 27, 11 and 0B. RGB value is (39,17,11). Sum of RGB (Red+Green+Blue) = 39+17+11=67 (8% of max value = 765). Red value is 39 (15.62% from 255 or 58.21% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 39 - color contains mainly: red. Hex color #27110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27110B is #D8EEF4. Grayscale: #161616. Windows color (decimal): -14216949 or 725287. OLE color: 725287.

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

Color convert

RGB391711-
CMYK00.560.720.85
HSL12.86º56%9.8%-
HSV(B)12.86º71.79%15.29%-
XYZ1.10.860.42-
YUV22.89121.29139.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 58.21%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=58.21%
G=25.37%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39171100.560.720.8512.86569.8
Hex2711B0384855d38a
Octal472113070110125157012
Binary10011110001101101110001001000101010111011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27110B; }

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

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

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

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

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

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

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

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