#271A1A

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

Shades of Seal Brown #271A1A

Tints of Seal Brown #271A1A

Color information

#271A1A (or 0x271A1A) is unknown color: approx Seal Brown. HEX triplet: 27, 1A and 1A. RGB value is (39,26,26). Sum of RGB (Red+Green+Blue) = 39+26+26=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #271A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A1A is #D8E5E5. Grayscale: #1D1D1D. Windows color (decimal): -14214630 or 1710631. OLE color: 1710631.

HSL color Cylindrical-coordinate representation of color #271A1A: hue angle of 0º 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 #271A1A is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB392626-
CMYK00.330.330.85
HSL20%12.75%-
HSV(B)33.33%15.29%-
XYZ1.391.241.14-
YUV29.89125.81134.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39262600.330.330.8502012.75
Hex271A1A0212155014d
Octal4732320414112502415
Binary1001111101011010010000110000110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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