#27140E

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

Shades of Seal Brown #27140E

Tints of Seal Brown #27140E

Color information

#27140E (or 0x27140E) is unknown color: approx Seal Brown. HEX triplet: 27, 14 and 0E. RGB value is (39,20,14). Sum of RGB (Red+Green+Blue) = 39+20+14=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #27140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27140E is #D8EBF1. Grayscale: #191919. Windows color (decimal): -14216178 or 922663. OLE color: 922663.

HSL color Cylindrical-coordinate representation of color #27140E: hue angle of 14.4º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27140E is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.85.

Color convert

RGB392014-
CMYK00.490.640.85
HSL14.4º47.17%10.39%-
HSV(B)14.4º64.1%15.29%-
XYZ1.170.960.54-
YUV25121.79137.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 53.42%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=53.42%
G=27.40%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39201400.490.640.8514.447.1710.39
Hex2714E0314055e2fa
Octal472416061100125165712
Binary10011110100111001100011000000101010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27140E; }

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

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

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

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

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

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

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

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