Html Css Color HEX #85771C Yukon Gold

📋 copy color: '#85771C'

red 133 ◦ green 119 ◦ blue 28

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

Shades of Yukon Gold #85771C

Tints of Yukon Gold #85771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.5%

 BLUE value IS 28 (11.33% from 255) = 10%

R = 47.5%
G = 42.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85771C (or 0x85771C) is known color: Yukon Gold. HEX triplet: 85, 77 and 1C. RGB value is (133,119,28). Sum of RGB (Red+Green+Blue) = 133+119+28=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85771C is #7A88E3. Grayscale: #717171. Windows color (decimal): -8030436 or 1865605. OLE color: 1865605.

HSL color Cylindrical-coordinate representation of color #85771C: hue angle of 52º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85771C is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 28 -
CMYK 0 0.11 0.79 0.48
HSL 52º 0.65% 0.32% -
HSV(B) 52º 0.79% 0.52% -
XYZ 16.48 18.26 3.76 -
YUV 112.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 133 119 28 0 0.11 0.79 0.48 52 0.65 0.32
Hex 85 77 1C 0 B 4F 30 34 41 20
Octal 205 167 34 0 13 117 60 64 101 40
Binary 10000101 1110111 11100 0 1011 1001111 110000 110100 1000001 100000

Color Harmonies of #85771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85771C

Black with #85771C

Text Example


Text Example

White with #85771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85771C; }

 p { color: rgb(133,119,28); }

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

background-color css

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

 a { background-color: rgb(133,119,28); }

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

border-color css

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

 span { border-color: rgb(133,119,28); }

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