Html Css Color HEX #85601A Yukon Gold

📋 copy color: '#85601A'

red 133 ◦ green 96 ◦ blue 26

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

Shades of Yukon Gold #85601A

Tints of Yukon Gold #85601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.65%

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

R = 52.16%
G = 37.65%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85601A (or 0x85601A) is known color: Yukon Gold. HEX triplet: 85, 60 and 1A. RGB value is (133,96,26). Sum of RGB (Red+Green+Blue) = 133+96+26=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #85601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85601A is #7A9FE5. Grayscale: #636363. Windows color (decimal): -8036326 or 1728645. OLE color: 1728645.

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

Color convert

RGB 133 96 26 -
CMYK 0 0.28 0.80 0.48
HSL 39.25º 0.67% 0.31% -
HSV(B) 39.25º 0.8% 0.52% -
XYZ 14.04 13.43 2.83 -
YUV 99.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 133 96 26 0 0.28 0.80 0.48 39.25 0.67 0.31
Hex 85 60 1A 0 1C 50 30 27 43 1F
Octal 205 140 32 0 34 120 60 47 103 37
Binary 10000101 1100000 11010 0 11100 1010000 110000 100111 1000011 11111

Color Harmonies of #85601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85601A

Black with #85601A

Text Example


Text Example

White with #85601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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