#27140C

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

Shades of Seal Brown #27140C

Tints of Seal Brown #27140C

Color information

#27140C (or 0x27140C) is unknown color: approx Seal Brown. HEX triplet: 27, 14 and 0C. RGB value is (39,20,12). Sum of RGB (Red+Green+Blue) = 39+20+12=71 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.93% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 39 - color contains mainly: red. Hex color #27140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27140C is #D8EBF3. Grayscale: #181818. Windows color (decimal): -14216180 or 791591. OLE color: 791591.

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

Color convert

RGB392012-
CMYK00.490.690.85
HSL17.78º52.94%10%-
HSV(B)17.78º69.23%15.29%-
XYZ1.150.960.47-
YUV24.77120.79138.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.93%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=54.93%
G=28.17%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39201200.490.690.8517.7852.9410
Hex2714C03145551235a
Octal472414061105125226512
Binary100111101001100011000110001011010101100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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