Html Css Color HEX #847312 Yukon Gold

📋 copy color: '#847312'

red 132 ◦ green 115 ◦ blue 18

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

Shades of Yukon Gold #847312

Tints of Yukon Gold #847312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

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

R = 49.81%
G = 43.4%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#847312 (or 0x847312) is known color: Yukon Gold. HEX triplet: 84, 73 and 12. RGB value is (132,115,18). Sum of RGB (Red+Green+Blue) = 132+115+18=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #847312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847312 is #7B8CED. Grayscale: #6D6D6D. Windows color (decimal): -8097006 or 1209220. OLE color: 1209220.

HSL color Cylindrical-coordinate representation of color #847312: hue angle of 51.05º 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 #847312 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 115 18 -
CMYK 0 0.13 0.86 0.48
HSL 51.05º 0.76% 0.29% -
HSV(B) 51.05º 0.86% 0.52% -
XYZ 15.76 17.21 3.06 -
YUV 109.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 132 115 18 0 0.13 0.86 0.48 51.05 0.76 0.29
Hex 84 73 12 0 D 56 30 33 4C 1D
Octal 204 163 22 0 15 126 60 63 114 35
Binary 10000100 1110011 10010 0 1101 1010110 110000 110011 1001100 11101

Color Harmonies of #847312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847312

Black with #847312

Text Example


Text Example

White with #847312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847312; }

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

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

background-color css

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

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

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

border-color css

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

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

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