Html Css Color HEX #847112 Yukon Gold

📋 copy color: '#847112'

red 132 ◦ green 113 ◦ blue 18

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

Shades of Yukon Gold #847112

Tints of Yukon Gold #847112

RGB

 RED value IS 132 (51.95% from 255) = 50.19%

 GREEN value IS 113 (44.53% from 255) = 42.97%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 50.19%
G = 42.97%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#847112 (or 0x847112) is known color: Yukon Gold. HEX triplet: 84, 71 and 12. RGB value is (132,113,18). Sum of RGB (Red+Green+Blue) = 132+113+18=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #847112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847112 is #7B8EED. Grayscale: #6C6C6C. Windows color (decimal): -8097518 or 1208708. OLE color: 1208708.

HSL color Cylindrical-coordinate representation of color #847112: hue angle of 50º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #847112 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 113 18 -
CMYK 0 0.14 0.86 0.48
HSL 50º 0.76% 0.29% -
HSV(B) 50º 0.86% 0.52% -
XYZ 15.53 16.76 2.99 -
YUV 107.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 132 113 18 0 0.14 0.86 0.48 50 0.76 0.29
Hex 84 71 12 0 E 56 30 32 4C 1D
Octal 204 161 22 0 16 126 60 62 114 35
Binary 10000100 1110001 10010 0 1110 1010110 110000 110010 1001100 11101

Color Harmonies of #847112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847112

Black with #847112

Text Example


Text Example

White with #847112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847112; }

 p { color: rgb(132,113,18); }

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

background-color css

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

 a { background-color: rgb(132,113,18); }

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

border-color css

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

 span { border-color: rgb(132,113,18); }

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