#271614

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

Shades of Seal Brown #271614

Tints of Seal Brown #271614

Color information

#271614 (or 0x271614) is unknown color: approx Seal Brown. HEX triplet: 27, 16 and 14. RGB value is (39,22,20). Sum of RGB (Red+Green+Blue) = 39+22+20=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271614 is #D8E9EB. Grayscale: #1A1A1A. Windows color (decimal): -14215660 or 1316391. OLE color: 1316391.

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

Color convert

RGB392220-
CMYK00.440.490.85
HSL6.32º32.2%11.57%-
HSV(B)6.32º48.72%15.29%-
XYZ1.251.060.8-
YUV26.86124.13136.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 48.15%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=48.15%
G=27.16%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39222000.440.490.856.3232.211.57
Hex27161402C3155620c
Octal4726240546112564014
Binary1001111011010100010110011000110101011101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271614; }

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

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

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

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

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

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

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

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