#271818

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

Shades of Seal Brown #271818

Tints of Seal Brown #271818

Color information

#271818 (or 0x271818) is unknown color: approx Seal Brown. HEX triplet: 27, 18 and 18. RGB value is (39,24,24). Sum of RGB (Red+Green+Blue) = 39+24+24=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271818 is #D8E7E7. Grayscale: #1C1C1C. Windows color (decimal): -14215144 or 1579047. OLE color: 1579047.

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

Color convert

RGB392424-
CMYK00.380.380.85
HSL23.81%12.35%-
HSV(B)38.46%15.29%-
XYZ1.331.151.02-
YUV28.48125.47135.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=44.83%
G=27.59%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39242400.380.380.85023.8112.35
Hex2718180262655018c
Octal4730300464612503014
Binary1001111100011000010011010011010101010110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271818; }

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

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

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

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

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

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

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

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