Html Css Color HEX #85751E Yukon Gold

📋 copy color: '#85751E'

red 133 ◦ green 117 ◦ blue 30

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

Shades of Yukon Gold #85751E

Tints of Yukon Gold #85751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 47.5%
G = 41.79%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85751E (or 0x85751E) is known color: Yukon Gold. HEX triplet: 85, 75 and 1E. RGB value is (133,117,30). Sum of RGB (Red+Green+Blue) = 133+117+30=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85751E is #7A8AE1. Grayscale: #707070. Windows color (decimal): -8030946 or 1996165. OLE color: 1996165.

HSL color Cylindrical-coordinate representation of color #85751E: hue angle of 50.68º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85751E is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 30 -
CMYK 0 0.12 0.77 0.48
HSL 50.68º 0.63% 0.32% -
HSV(B) 50.68º 0.77% 0.52% -
XYZ 16.27 17.8 3.81 -
YUV 111.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 133 117 30 0 0.12 0.77 0.48 50.68 0.63 0.32
Hex 85 75 1E 0 C 4D 30 33 3F 20
Octal 205 165 36 0 14 115 60 63 77 40
Binary 10000101 1110101 11110 0 1100 1001101 110000 110011 111111 100000

Color Harmonies of #85751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85751E

Black with #85751E

Text Example


Text Example

White with #85751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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