#27460D

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

Shades of Black Forest #27460D

Tints of Black Forest #27460D

Color information

#27460D (or 0x27460D) is unknown color: approx Black Forest. HEX triplet: 27, 46 and 0D. RGB value is (39,70,13). Sum of RGB (Red+Green+Blue) = 39+70+13=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #27460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27460D is #D8B9F2. Grayscale: #363636. Windows color (decimal): -14203379 or 869927. OLE color: 869927.

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

Color convert

RGB397013-
CMYK0.4400.810.73
HSL92.63º68.67%16.27%-
HSV(B)92.63º81.43%27.45%-
XYZ3.14.841.15-
YUV54.23104.73117.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 70 (27.73% from 255) = 57.38%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=31.97%
G=57.38%
B=10.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970130.4400.810.7392.6368.6716.27
Hex2746D2C051495d4510
Octal471061554012111113510520
Binary100111100011011011011000101000110010011011101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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