#27460E

Color #27460E Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #27460E

Tints of Black Forest #27460E

Color information

#27460E (or 0x27460E) is unknown color: approx Black Forest. HEX triplet: 27, 46 and 0E. RGB value is (39,70,14). Sum of RGB (Red+Green+Blue) = 39+70+14=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #27460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27460E is #D8B9F1. Grayscale: #363636. Windows color (decimal): -14203378 or 935463. OLE color: 935463.

HSL color Cylindrical-coordinate representation of color #27460E: hue angle of 93.21º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27460E is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB397014-
CMYK0.4400.800.73
HSL93.21º66.67%16.47%-
HSV(B)93.21º80%27.45%-
XYZ3.114.841.19-
YUV54.35105.23117.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.71%
GREEN value IS 70 (27.73% from 255) = 56.91%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=31.71%
G=56.91%
B=11.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970140.4400.800.7393.2166.6716.47
Hex2746E2C050495d4310
Octal471061654012011113510320
Binary100111100011011101011000101000010010011011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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