Html Css Color HEX #27470E Black Forest

📋 copy color: '#27470E'

red 39 ◦ green 71 ◦ blue 14

#27470E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #27470E

Tints of Black Forest #27470E

RGB

 RED value IS 39 (15.63% from 255) = 31.45%

 GREEN value IS 71 (28.13% from 255) = 57.26%

 BLUE value IS 14 (5.86% from 255) = 11.29%

R = 31.45%
G = 57.26%
B = 11.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#27470E (or 0x27470E) is known color: Black Forest. HEX triplet: 27, 47 and 0E. RGB value is (39,71,14). Sum of RGB (Red+Green+Blue) = 39+71+14=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #27470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27470E is #D8B8F1. Grayscale: #373737. Windows color (decimal): -14203122 or 935719. OLE color: 935719.

HSL color Cylindrical-coordinate representation of color #27470E: hue angle of 93.68º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27470E is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 71 14 -
CMYK 0.45 0 0.80 0.72
HSL 93.68º 0.67% 0.17% -
HSV(B) 93.68º 0.8% 0.28% -
XYZ 3.17 4.97 1.21 -
YUV 54.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 39 71 14 0.45 0 0.80 0.72 93.68 0.67 0.17
Hex 27 47 E 2D 0 50 48 5E 43 11
Octal 47 107 16 55 0 120 110 136 103 21
Binary 100111 1000111 1110 101101 0 1010000 1001000 1011110 1000011 10001

Color Harmonies of #27470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27470E

Black with #27470E

Text Example


Text Example

White with #27470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27470E;
 }
 .AnyTagClassName
 {
   color: #27470E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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