#271816

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

Shades of Seal Brown #271816

Tints of Seal Brown #271816

Color information

#271816 (or 0x271816) is unknown color: approx Seal Brown. HEX triplet: 27, 18 and 16. RGB value is (39,24,22). Sum of RGB (Red+Green+Blue) = 39+24+22=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #271816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271816 is #D8E7E9. Grayscale: #1C1C1C. Windows color (decimal): -14215146 or 1447975. OLE color: 1447975.

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

Color convert

RGB392422-
CMYK00.380.440.85
HSL7.06º27.87%11.96%-
HSV(B)7.06º43.59%15.29%-
XYZ1.311.140.91-
YUV28.26124.47135.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 22 (8.98% from 255) = 25.88%
R=45.88%
G=28.24%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39242200.380.440.857.0627.8711.96
Hex2718160262C5571cc
Octal4730260465412573414
Binary100111110001011001001101011001010101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271816; }

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

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

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

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

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

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

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

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