#271107

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

Shades of Seal Brown #271107

Tints of Seal Brown #271107

Color information

#271107 (or 0x271107) is unknown color: approx Seal Brown. HEX triplet: 27, 11 and 07. RGB value is (39,17,7). Sum of RGB (Red+Green+Blue) = 39+17+7=63 (8% of max value = 765). Red value is 39 (15.62% from 255 or 61.90% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 39 - color contains mainly: red. Hex color #271107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271107 is #D8EEF8. Grayscale: #161616. Windows color (decimal): -14216953 or 463143. OLE color: 463143.

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

Color convert

RGB39177-
CMYK00.560.820.85
HSL18.75º69.57%9.02%-
HSV(B)18.75º82.05%15.29%-
XYZ1.080.850.31-
YUV22.44119.29139.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 61.90%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 7 (3.12% from 255) = 11.11%
R=61.90%
G=26.98%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3917700.560.820.8518.7569.579.02
Hex27117038525513469
Octal472170701221252310611
Binary100111100011110111000101001010101011001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271107; }

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

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

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

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

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

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

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

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