Html Css Color HEX #85721E Yukon Gold

📋 copy color: '#85721E'

red 133 ◦ green 114 ◦ blue 30

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

Shades of Yukon Gold #85721E

Tints of Yukon Gold #85721E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.16%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 48.01%
G = 41.16%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85721E (or 0x85721E) is known color: Yukon Gold. HEX triplet: 85, 72 and 1E. RGB value is (133,114,30). Sum of RGB (Red+Green+Blue) = 133+114+30=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85721E is #7A8DE1. Grayscale: #6E6E6E. Windows color (decimal): -8031714 or 1995397. OLE color: 1995397.

HSL color Cylindrical-coordinate representation of color #85721E: hue angle of 48.93º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85721E is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 30 -
CMYK 0 0.14 0.77 0.48
HSL 48.93º 0.63% 0.32% -
HSV(B) 48.93º 0.77% 0.52% -
XYZ 15.92 17.11 3.69 -
YUV 110.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 133 114 30 0 0.14 0.77 0.48 48.93 0.63 0.32
Hex 85 72 1E 0 E 4D 30 31 3F 20
Octal 205 162 36 0 16 115 60 61 77 40
Binary 10000101 1110010 11110 0 1110 1001101 110000 110001 111111 100000

Color Harmonies of #85721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85721E

Black with #85721E

Text Example


Text Example

White with #85721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85721E; }

 p { color: rgb(133,114,30); }

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

background-color css

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

 a { background-color: rgb(133,114,30); }

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

border-color css

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

 span { border-color: rgb(133,114,30); }

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