Html Css Color HEX #85771D Yukon Gold

📋 copy color: '#85771D'

red 133 ◦ green 119 ◦ blue 29

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

Shades of Yukon Gold #85771D

Tints of Yukon Gold #85771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 47.33%
G = 42.35%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85771D (or 0x85771D) is known color: Yukon Gold. HEX triplet: 85, 77 and 1D. RGB value is (133,119,29). Sum of RGB (Red+Green+Blue) = 133+119+29=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85771D is #7A88E2. Grayscale: #717171. Windows color (decimal): -8030435 or 1931141. OLE color: 1931141.

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

Color convert

RGB 133 119 29 -
CMYK 0 0.11 0.78 0.48
HSL 51.92º 0.64% 0.32% -
HSV(B) 51.92º 0.78% 0.52% -
XYZ 16.49 18.27 3.82 -
YUV 112.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 133 119 29 0 0.11 0.78 0.48 51.92 0.64 0.32
Hex 85 77 1D 0 B 4E 30 34 40 20
Octal 205 167 35 0 13 116 60 64 100 40
Binary 10000101 1110111 11101 0 1011 1001110 110000 110100 1000000 100000

Color Harmonies of #85771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85771D

Black with #85771D

Text Example


Text Example

White with #85771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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