Html Css Color HEX #85701B Yukon Gold

📋 copy color: '#85701B'

red 133 ◦ green 112 ◦ blue 27

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

Shades of Yukon Gold #85701B

Tints of Yukon Gold #85701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.93%

R = 48.9%
G = 41.18%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85701B (or 0x85701B) is known color: Yukon Gold. HEX triplet: 85, 70 and 1B. RGB value is (133,112,27). Sum of RGB (Red+Green+Blue) = 133+112+27=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85701B is #7A8FE4. Grayscale: #6C6C6C. Windows color (decimal): -8032229 or 1798277. OLE color: 1798277.

HSL color Cylindrical-coordinate representation of color #85701B: hue angle of 48.11º degrees, saturation: 0.66, 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 #85701B is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 27 -
CMYK 0 0.16 0.80 0.48
HSL 48.11º 0.66% 0.31% -
HSV(B) 48.11º 0.8% 0.52% -
XYZ 15.66 16.65 3.43 -
YUV 108.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 133 112 27 0 0.16 0.80 0.48 48.11 0.66 0.31
Hex 85 70 1B 0 10 50 30 30 42 1F
Octal 205 160 33 0 20 120 60 60 102 37
Binary 10000101 1110000 11011 0 10000 1010000 110000 110000 1000010 11111

Color Harmonies of #85701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85701B

Black with #85701B

Text Example


Text Example

White with #85701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85701B; }

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

 H1.HeaderClassName
 {
   color: #85701B;
 }
 .AnyTagClassName
 {
   color: #85701B;
 }
</style>

background-color css

<style>
 a { background-color: #85701B; }

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

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

border-color css

<style>
 span { border-color: #85701B; }

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

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