Html Css Color HEX #857420 Yukon Gold

📋 copy color: '#857420'

red 133 ◦ green 116 ◦ blue 32

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

Shades of Yukon Gold #857420

Tints of Yukon Gold #857420

RGB

 RED value IS 133 (52.34% from 255) = 47.33%

 GREEN value IS 116 (45.7% from 255) = 41.28%

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 47.33%
G = 41.28%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#857420 (or 0x857420) is known color: Yukon Gold. HEX triplet: 85, 74 and 20. RGB value is (133,116,32). Sum of RGB (Red+Green+Blue) = 133+116+32=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #857420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857420 is #7A8BDF. Grayscale: #6F6F6F. Windows color (decimal): -8031200 or 2126981. OLE color: 2126981.

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

Color convert

RGB 133 116 32 -
CMYK 0 0.13 0.76 0.48
HSL 49.9º 0.61% 0.32% -
HSV(B) 49.9º 0.76% 0.52% -
XYZ 16.18 17.58 3.91 -
YUV 111.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 133 116 32 0 0.13 0.76 0.48 49.9 0.61 0.32
Hex 85 74 20 0 D 4C 30 32 3D 20
Octal 205 164 40 0 15 114 60 62 75 40
Binary 10000101 1110100 100000 0 1101 1001100 110000 110010 111101 100000

Color Harmonies of #857420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857420

Black with #857420

Text Example


Text Example

White with #857420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857420; }

 p { color: rgb(133,116,32); }

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

background-color css

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

 a { background-color: rgb(133,116,32); }

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

border-color css

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

 span { border-color: rgb(133,116,32); }

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