Html Css Color HEX #847018 Yukon Gold

📋 copy color: '#847018'

red 132 ◦ green 112 ◦ blue 24

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

Shades of Yukon Gold #847018

Tints of Yukon Gold #847018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 49.25%
G = 41.79%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#847018 (or 0x847018) is known color: Yukon Gold. HEX triplet: 84, 70 and 18. RGB value is (132,112,24). Sum of RGB (Red+Green+Blue) = 132+112+24=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #847018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847018 is #7B8FE7. Grayscale: #6C6C6C. Windows color (decimal): -8097768 or 1601668. OLE color: 1601668.

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

Color convert

RGB 132 112 24 -
CMYK 0 0.15 0.82 0.48
HSL 48.89º 0.69% 0.31% -
HSV(B) 48.89º 0.82% 0.52% -
XYZ 15.47 16.56 3.24 -
YUV 107.95 80.63 145.16 -
System Red Green Blue C M Y K H S L
Decimal 132 112 24 0 0.15 0.82 0.48 48.89 0.69 0.31
Hex 84 70 18 0 F 52 30 31 45 1F
Octal 204 160 30 0 17 122 60 61 105 37
Binary 10000100 1110000 11000 0 1111 1010010 110000 110001 1000101 11111

Color Harmonies of #847018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847018

Black with #847018

Text Example


Text Example

White with #847018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847018; }

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

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

background-color css

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

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

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

border-color css

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

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

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