#27110F

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

Shades of Seal Brown #27110F

Tints of Seal Brown #27110F

Color information

#27110F (or 0x27110F) is unknown color: approx Seal Brown. HEX triplet: 27, 11 and 0F. RGB value is (39,17,15). Sum of RGB (Red+Green+Blue) = 39+17+15=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #27110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27110F is #D8EEF0. Grayscale: #171717. Windows color (decimal): -14216945 or 987431. OLE color: 987431.

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

Color convert

RGB391715-
CMYK00.560.620.85
HSL44.44%10.59%-
HSV(B)61.54%15.29%-
XYZ1.120.870.56-
YUV23.35123.29139.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.93%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=54.93%
G=23.94%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39171500.560.620.85544.4410.59
Hex2711F0383E5552cb
Octal4721170707612555413
Binary100111100011111011100011111010101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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