#271613

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

Shades of Seal Brown #271613

Tints of Seal Brown #271613

Color information

#271613 (or 0x271613) is unknown color: approx Seal Brown. HEX triplet: 27, 16 and 13. RGB value is (39,22,19). Sum of RGB (Red+Green+Blue) = 39+22+19=80 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.75% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 39 - color contains mainly: red. Hex color #271613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271613 is #D8E9EC. Grayscale: #1A1A1A. Windows color (decimal): -14215661 or 1250855. OLE color: 1250855.

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

Color convert

RGB392219-
CMYK00.440.510.85
HSL34.48%11.37%-
HSV(B)51.28%15.29%-
XYZ1.241.050.75-
YUV26.74123.63136.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.75%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=48.75%
G=27.5%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39221900.440.510.85934.4811.37
Hex27161302C3355922b
Octal47262305463125114213
Binary10011110110100110101100110011101010110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271613; }

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

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

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

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

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

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

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

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