Html Css Color HEX #845F14 Yukon Gold

📋 copy color: '#845F14'

red 132 ◦ green 95 ◦ blue 20

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

Shades of Yukon Gold #845F14

Tints of Yukon Gold #845F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.46%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 53.44%
G = 38.46%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#845F14 (or 0x845F14) is known color: Yukon Gold. HEX triplet: 84, 5F and 14. RGB value is (132,95,20). Sum of RGB (Red+Green+Blue) = 132+95+20=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #845F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845F14 is #7BA0EB. Grayscale: #616161. Windows color (decimal): -8102124 or 1335172. OLE color: 1335172.

HSL color Cylindrical-coordinate representation of color #845F14: hue angle of 40.18º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #845F14 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 95 20 -
CMYK 0 0.28 0.85 0.48
HSL 40.18º 0.74% 0.3% -
HSV(B) 40.18º 0.85% 0.52% -
XYZ 13.73 13.14 2.47 -
YUV 97.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 132 95 20 0 0.28 0.85 0.48 40.18 0.74 0.3
Hex 84 5F 14 0 1C 55 30 28 4A 1E
Octal 204 137 24 0 34 125 60 50 112 36
Binary 10000100 1011111 10100 0 11100 1010101 110000 101000 1001010 11110

Color Harmonies of #845F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F14

Black with #845F14

Text Example


Text Example

White with #845F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845F14; }

 p { color: rgb(132,95,20); }

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

background-color css

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

 a { background-color: rgb(132,95,20); }

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

border-color css

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

 span { border-color: rgb(132,95,20); }

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