#27110D

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

Shades of Seal Brown #27110D

Tints of Seal Brown #27110D

Color information

#27110D (or 0x27110D) is unknown color: approx Seal Brown. HEX triplet: 27, 11 and 0D. RGB value is (39,17,13). Sum of RGB (Red+Green+Blue) = 39+17+13=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #27110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27110D is #D8EEF2. Grayscale: #171717. Windows color (decimal): -14216947 or 856359. OLE color: 856359.

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

Color convert

RGB391713-
CMYK00.560.670.85
HSL9.23º50%10.2%-
HSV(B)9.23º66.67%15.29%-
XYZ1.110.860.49-
YUV23.12122.29139.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 56.52%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=56.52%
G=24.64%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39171300.560.670.859.235010.2
Hex2711D0384355932a
Octal472115070103125116212
Binary10011110001110101110001000011101010110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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