Html Css Color HEX #85721D Yukon Gold

📋 copy color: '#85721D'

red 133 ◦ green 114 ◦ blue 29

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

Shades of Yukon Gold #85721D

Tints of Yukon Gold #85721D

RGB

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

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

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

R = 48.19%
G = 41.3%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85721D (or 0x85721D) is known color: Yukon Gold. HEX triplet: 85, 72 and 1D. RGB value is (133,114,29). Sum of RGB (Red+Green+Blue) = 133+114+29=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85721D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85721D is #7A8DE2. Grayscale: #6E6E6E. Windows color (decimal): -8031715 or 1929861. OLE color: 1929861.

HSL color Cylindrical-coordinate representation of color #85721D: hue angle of 49.04º 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 #85721D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 29 -
CMYK 0 0.14 0.78 0.48
HSL 49.04º 0.64% 0.32% -
HSV(B) 49.04º 0.78% 0.52% -
XYZ 15.91 17.11 3.63 -
YUV 109.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 133 114 29 0 0.14 0.78 0.48 49.04 0.64 0.32
Hex 85 72 1D 0 E 4E 30 31 40 20
Octal 205 162 35 0 16 116 60 61 100 40
Binary 10000101 1110010 11101 0 1110 1001110 110000 110001 1000000 100000

Color Harmonies of #85721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85721D

Black with #85721D

Text Example


Text Example

White with #85721D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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