Html Css Color HEX #85761C Yukon Gold

📋 copy color: '#85761C'

red 133 ◦ green 118 ◦ blue 28

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

Shades of Yukon Gold #85761C

Tints of Yukon Gold #85761C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 47.67%
G = 42.29%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85761C (or 0x85761C) is known color: Yukon Gold. HEX triplet: 85, 76 and 1C. RGB value is (133,118,28). Sum of RGB (Red+Green+Blue) = 133+118+28=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85761C is #7A89E3. Grayscale: #707070. Windows color (decimal): -8030692 or 1865349. OLE color: 1865349.

HSL color Cylindrical-coordinate representation of color #85761C: hue angle of 51.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85761C is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 118 28 -
CMYK 0 0.11 0.79 0.48
HSL 51.43º 0.65% 0.32% -
HSV(B) 51.43º 0.79% 0.52% -
XYZ 16.36 18.03 3.72 -
YUV 112.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 133 118 28 0 0.11 0.79 0.48 51.43 0.65 0.32
Hex 85 76 1C 0 B 4F 30 33 41 20
Octal 205 166 34 0 13 117 60 63 101 40
Binary 10000101 1110110 11100 0 1011 1001111 110000 110011 1000001 100000

Color Harmonies of #85761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85761C

Black with #85761C

Text Example


Text Example

White with #85761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85761C; }

 p { color: rgb(133,118,28); }

 H1.HeaderClassName
 {
   color: #85761C;
 }
 .AnyTagClassName
 {
   color: #85761C;
 }
</style>

background-color css

<style>
 a { background-color: #85761C; }

 a { background-color: rgb(133,118,28); }

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

border-color css

<style>
 span { border-color: #85761C; }

 span { border-color: rgb(133,118,28); }

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