Html Css Color HEX #85700D Yukon Gold

📋 copy color: '#85700D'

red 133 ◦ green 112 ◦ blue 13

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

Shades of Yukon Gold #85700D

Tints of Yukon Gold #85700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

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

R = 51.55%
G = 43.41%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85700D (or 0x85700D) is known color: Yukon Gold. HEX triplet: 85, 70 and 0D. RGB value is (133,112,13). Sum of RGB (Red+Green+Blue) = 133+112+13=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85700D is #7A8FF2. Grayscale: #6B6B6B. Windows color (decimal): -8032243 or 880773. OLE color: 880773.

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

Color convert

RGB 133 112 13 -
CMYK 0 0.16 0.90 0.48
HSL 49.5º 0.82% 0.29% -
HSV(B) 49.5º 0.9% 0.52% -
XYZ 15.54 16.6 2.77 -
YUV 106.99 74.96 146.55 -
System Red Green Blue C M Y K H S L
Decimal 133 112 13 0 0.16 0.90 0.48 49.5 0.82 0.29
Hex 85 70 D 0 10 5A 30 32 52 1D
Octal 205 160 15 0 20 132 60 62 122 35
Binary 10000101 1110000 1101 0 10000 1011010 110000 110010 1010010 11101

Color Harmonies of #85700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85700D

Black with #85700D

Text Example


Text Example

White with #85700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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