#271616

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

Shades of Seal Brown #271616

Tints of Seal Brown #271616

Color information

#271616 (or 0x271616) is unknown color: approx Seal Brown. HEX triplet: 27, 16 and 16. RGB value is (39,22,22). Sum of RGB (Red+Green+Blue) = 39+22+22=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271616 is #D8E9E9. Grayscale: #1B1B1B. Windows color (decimal): -14215658 or 1447463. OLE color: 1447463.

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

Color convert

RGB392222-
CMYK00.440.440.85
HSL27.87%11.96%-
HSV(B)43.59%15.29%-
XYZ1.271.060.9-
YUV27.08125.13136.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.99%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=46.99%
G=26.51%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39222200.440.440.85027.8711.96
Hex27161602C2C5501cc
Octal4726260545412503414
Binary1001111011010110010110010110010101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271616; }

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

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

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

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

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

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

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

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