#271716

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

Shades of Seal Brown #271716

Tints of Seal Brown #271716

Color information

#271716 (or 0x271716) is unknown color: approx Seal Brown. HEX triplet: 27, 17 and 16. RGB value is (39,23,22). Sum of RGB (Red+Green+Blue) = 39+23+22=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #271716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271716 is #D8E8E9. Grayscale: #1B1B1B. Windows color (decimal): -14215402 or 1447719. OLE color: 1447719.

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

Color convert

RGB392322-
CMYK00.410.440.85
HSL3.53º27.87%11.96%-
HSV(B)3.53º43.59%15.29%-
XYZ1.291.10.9-
YUV27.67124.8136.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.43%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=46.43%
G=27.38%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39232200.410.440.853.5327.8711.96
Hex2717160292C5541cc
Octal4727260515412543414
Binary100111101111011001010011011001010101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271716; }

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

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

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

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

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

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

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

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