Html Css Color HEX #85710D Yukon Gold

📋 copy color: '#85710D'

red 133 ◦ green 113 ◦ blue 13

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

Shades of Yukon Gold #85710D

Tints of Yukon Gold #85710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.63%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 51.35%
G = 43.63%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85710D (or 0x85710D) is known color: Yukon Gold. HEX triplet: 85, 71 and 0D. RGB value is (133,113,13). Sum of RGB (Red+Green+Blue) = 133+113+13=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85710D is #7A8EF2. Grayscale: #6C6C6C. Windows color (decimal): -8031987 or 881029. OLE color: 881029.

HSL color Cylindrical-coordinate representation of color #85710D: hue angle of 50º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85710D is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 13 -
CMYK 0 0.15 0.90 0.48
HSL 50º 0.82% 0.29% -
HSV(B) 50º 0.9% 0.52% -
XYZ 15.65 16.83 2.8 -
YUV 107.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 133 113 13 0 0.15 0.90 0.48 50 0.82 0.29
Hex 85 71 D 0 F 5A 30 32 52 1D
Octal 205 161 15 0 17 132 60 62 122 35
Binary 10000101 1110001 1101 0 1111 1011010 110000 110010 1010010 11101

Color Harmonies of #85710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85710D

Black with #85710D

Text Example


Text Example

White with #85710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,113,13); }

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

background-color css

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

 a { background-color: rgb(133,113,13); }

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

border-color css

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

 span { border-color: rgb(133,113,13); }

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