Html Css Color HEX #85751A Yukon Gold

📋 copy color: '#85751A'

red 133 ◦ green 117 ◦ blue 26

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

Shades of Yukon Gold #85751A

Tints of Yukon Gold #85751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

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

R = 48.19%
G = 42.39%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85751A (or 0x85751A) is known color: Yukon Gold. HEX triplet: 85, 75 and 1A. RGB value is (133,117,26). Sum of RGB (Red+Green+Blue) = 133+117+26=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85751A is #7A8AE5. Grayscale: #6F6F6F. Windows color (decimal): -8030950 or 1734021. OLE color: 1734021.

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

Color convert

RGB 133 117 26 -
CMYK 0 0.12 0.80 0.48
HSL 51.03º 0.67% 0.31% -
HSV(B) 51.03º 0.8% 0.52% -
XYZ 16.22 17.78 3.55 -
YUV 111.41 79.8 143.4 -
System Red Green Blue C M Y K H S L
Decimal 133 117 26 0 0.12 0.80 0.48 51.03 0.67 0.31
Hex 85 75 1A 0 C 50 30 33 43 1F
Octal 205 165 32 0 14 120 60 63 103 37
Binary 10000101 1110101 11010 0 1100 1010000 110000 110011 1000011 11111

Color Harmonies of #85751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85751A

Black with #85751A

Text Example


Text Example

White with #85751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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