Html Css Color HEX #85781A Yukon Gold

📋 copy color: '#85781A'

red 133 ◦ green 120 ◦ blue 26

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

Shades of Yukon Gold #85781A

Tints of Yukon Gold #85781A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.01%

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

R = 47.67%
G = 43.01%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85781A (or 0x85781A) is known color: Yukon Gold. HEX triplet: 85, 78 and 1A. RGB value is (133,120,26). Sum of RGB (Red+Green+Blue) = 133+120+26=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85781A is #7A87E5. Grayscale: #717171. Windows color (decimal): -8030182 or 1734789. OLE color: 1734789.

HSL color Cylindrical-coordinate representation of color #85781A: hue angle of 52.71º 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 #85781A is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 26 -
CMYK 0 0.10 0.80 0.48
HSL 52.71º 0.67% 0.31% -
HSV(B) 52.71º 0.8% 0.52% -
XYZ 16.58 18.49 3.67 -
YUV 113.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 133 120 26 0 0.10 0.80 0.48 52.71 0.67 0.31
Hex 85 78 1A 0 A 50 30 35 43 1F
Octal 205 170 32 0 12 120 60 65 103 37
Binary 10000101 1111000 11010 0 1010 1010000 110000 110101 1000011 11111

Color Harmonies of #85781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85781A

Black with #85781A

Text Example


Text Example

White with #85781A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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