#271814

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

Shades of Seal Brown #271814

Tints of Seal Brown #271814

Color information

#271814 (or 0x271814) is unknown color: approx Seal Brown. HEX triplet: 27, 18 and 14. RGB value is (39,24,20). Sum of RGB (Red+Green+Blue) = 39+24+20=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271814 is #D8E7EB. Grayscale: #1C1C1C. Windows color (decimal): -14215148 or 1316903. OLE color: 1316903.

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

Color convert

RGB392420-
CMYK00.380.490.85
HSL12.63º32.2%11.57%-
HSV(B)12.63º48.72%15.29%-
XYZ1.291.140.81-
YUV28.03123.47135.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 46.99%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=46.99%
G=28.92%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39242000.380.490.8512.6332.211.57
Hex2718140263155d20c
Octal47302404661125154014
Binary10011111000101000100110110001101010111011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271814; }

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

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

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

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

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

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

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

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