Html Css Color HEX #847010 Yukon Gold

📋 copy color: '#847010'

red 132 ◦ green 112 ◦ blue 16

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

Shades of Yukon Gold #847010

Tints of Yukon Gold #847010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 50.77%
G = 43.08%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#847010 (or 0x847010) is known color: Yukon Gold. HEX triplet: 84, 70 and 10. RGB value is (132,112,16). Sum of RGB (Red+Green+Blue) = 132+112+16=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #847010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847010 is #7B8FEF. Grayscale: #6B6B6B. Windows color (decimal): -8097776 or 1077380. OLE color: 1077380.

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

Color convert

RGB 132 112 16 -
CMYK 0 0.15 0.88 0.48
HSL 49.66º 0.78% 0.29% -
HSV(B) 49.66º 0.88% 0.52% -
XYZ 15.4 16.53 2.87 -
YUV 107.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 132 112 16 0 0.15 0.88 0.48 49.66 0.78 0.29
Hex 84 70 10 0 F 58 30 32 4E 1D
Octal 204 160 20 0 17 130 60 62 116 35
Binary 10000100 1110000 10000 0 1111 1011000 110000 110010 1001110 11101

Color Harmonies of #847010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847010

Black with #847010

Text Example


Text Example

White with #847010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847010; }

 p { color: rgb(132,112,16); }

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

background-color css

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

 a { background-color: rgb(132,112,16); }

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

border-color css

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

 span { border-color: rgb(132,112,16); }

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