#271B1A

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

Shades of Seal Brown #271B1A

Tints of Seal Brown #271B1A

Color information

#271B1A (or 0x271B1A) is unknown color: approx Seal Brown. HEX triplet: 27, 1B and 1A. RGB value is (39,27,26). Sum of RGB (Red+Green+Blue) = 39+27+26=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B1A is #D8E4E5. Grayscale: #1E1E1E. Windows color (decimal): -14214374 or 1710887. OLE color: 1710887.

HSL color Cylindrical-coordinate representation of color #271B1A: hue angle of 4.62º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #271B1A is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB392726-
CMYK00.310.330.85
HSL4.62º20%12.75%-
HSV(B)4.62º33.33%15.29%-
XYZ1.421.291.15-
YUV30.47125.48134.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=42.39%
G=29.35%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39272600.310.330.854.622012.75
Hex271B1A01F2155514d
Octal4733320374112552415
Binary10011111011110100111111000011010101101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271B1A; }

 p { color: rgb(39,27,26); }

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

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

 a { background-color: rgb(39,27,26); }

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

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

 span { border-color: rgb(39,27,26); }

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