Html Css Color HEX #857520 Yukon Gold

📋 copy color: '#857520'

red 133 ◦ green 117 ◦ blue 32

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

Shades of Yukon Gold #857520

Tints of Yukon Gold #857520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 47.16%
G = 41.49%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#857520 (or 0x857520) is known color: Yukon Gold. HEX triplet: 85, 75 and 20. RGB value is (133,117,32). Sum of RGB (Red+Green+Blue) = 133+117+32=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #857520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857520 is #7A8ADF. Grayscale: #707070. Windows color (decimal): -8030944 or 2127237. OLE color: 2127237.

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

Color convert

RGB 133 117 32 -
CMYK 0 0.12 0.76 0.48
HSL 50.5º 0.61% 0.32% -
HSV(B) 50.5º 0.76% 0.52% -
XYZ 16.29 17.81 3.95 -
YUV 112.09 82.8 142.91 -
System Red Green Blue C M Y K H S L
Decimal 133 117 32 0 0.12 0.76 0.48 50.5 0.61 0.32
Hex 85 75 20 0 C 4C 30 32 3D 20
Octal 205 165 40 0 14 114 60 62 75 40
Binary 10000101 1110101 100000 0 1100 1001100 110000 110010 111101 100000

Color Harmonies of #857520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857520

Black with #857520

Text Example


Text Example

White with #857520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857520; }

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

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

background-color css

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

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

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

border-color css

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

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

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