Html Css Color HEX #857124 Yukon Gold

📋 copy color: '#857124'

red 133 ◦ green 113 ◦ blue 36

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

Shades of Yukon Gold #857124

Tints of Yukon Gold #857124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 47.16%
G = 40.07%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#857124 (or 0x857124) is known color: Yukon Gold. HEX triplet: 85, 71 and 24. RGB value is (133,113,36). Sum of RGB (Red+Green+Blue) = 133+113+36=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #857124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857124 is #7A8EDB. Grayscale: #6E6E6E. Windows color (decimal): -8031964 or 2388357. OLE color: 2388357.

HSL color Cylindrical-coordinate representation of color #857124: hue angle of 47.63º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #857124 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 36 -
CMYK 0 0.15 0.73 0.48
HSL 47.63º 0.57% 0.33% -
HSV(B) 47.63º 0.73% 0.52% -
XYZ 15.9 16.92 4.1 -
YUV 110.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 133 113 36 0 0.15 0.73 0.48 47.63 0.57 0.33
Hex 85 71 24 0 F 49 30 30 39 21
Octal 205 161 44 0 17 111 60 60 71 41
Binary 10000101 1110001 100100 0 1111 1001001 110000 110000 111001 100001

Color Harmonies of #857124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857124

Black with #857124

Text Example


Text Example

White with #857124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857124; }

 p { color: rgb(133,113,36); }

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

background-color css

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

 a { background-color: rgb(133,113,36); }

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

border-color css

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

 span { border-color: rgb(133,113,36); }

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