Html Css Color HEX #85721A Yukon Gold

📋 copy color: '#85721A'

red 133 ◦ green 114 ◦ blue 26

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

Shades of Yukon Gold #85721A

Tints of Yukon Gold #85721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 48.72%
G = 41.76%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85721A (or 0x85721A) is known color: Yukon Gold. HEX triplet: 85, 72 and 1A. RGB value is (133,114,26). Sum of RGB (Red+Green+Blue) = 133+114+26=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85721A is #7A8DE5. Grayscale: #6E6E6E. Windows color (decimal): -8031718 or 1733253. OLE color: 1733253.

HSL color Cylindrical-coordinate representation of color #85721A: hue angle of 49.35º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85721A is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 26 -
CMYK 0 0.14 0.80 0.48
HSL 49.35º 0.67% 0.31% -
HSV(B) 49.35º 0.8% 0.52% -
XYZ 15.88 17.1 3.44 -
YUV 109.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 133 114 26 0 0.14 0.80 0.48 49.35 0.67 0.31
Hex 85 72 1A 0 E 50 30 31 43 1F
Octal 205 162 32 0 16 120 60 61 103 37
Binary 10000101 1110010 11010 0 1110 1010000 110000 110001 1000011 11111

Color Harmonies of #85721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85721A

Black with #85721A

Text Example


Text Example

White with #85721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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