#27110C

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

Shades of Seal Brown #27110C

Tints of Seal Brown #27110C

Color information

#27110C (or 0x27110C) is unknown color: approx Seal Brown. HEX triplet: 27, 11 and 0C. RGB value is (39,17,12). Sum of RGB (Red+Green+Blue) = 39+17+12=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #27110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27110C is #D8EEF3. Grayscale: #171717. Windows color (decimal): -14216948 or 790823. OLE color: 790823.

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

Color convert

RGB391712-
CMYK00.560.690.85
HSL11.11º52.94%10%-
HSV(B)11.11º69.23%15.29%-
XYZ1.10.860.46-
YUV23.01121.79139.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 57.35%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=57.35%
G=25%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39171200.560.690.8511.1152.9410
Hex2711C0384555b35a
Octal472114070105125136512
Binary10011110001110001110001000101101010110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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