Html Css Color HEX #857424 Yukon Gold

📋 copy color: '#857424'

red 133 ◦ green 116 ◦ blue 36

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

Shades of Yukon Gold #857424

Tints of Yukon Gold #857424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

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

R = 46.67%
G = 40.7%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#857424 (or 0x857424) is known color: Yukon Gold. HEX triplet: 85, 74 and 24. RGB value is (133,116,36). Sum of RGB (Red+Green+Blue) = 133+116+36=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857424 is #7A8BDB. Grayscale: #707070. Windows color (decimal): -8031196 or 2389125. OLE color: 2389125.

HSL color Cylindrical-coordinate representation of color #857424: hue angle of 49.48º 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 #857424 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 36 -
CMYK 0 0.13 0.73 0.48
HSL 49.48º 0.57% 0.33% -
HSV(B) 49.48º 0.73% 0.52% -
XYZ 16.24 17.6 4.21 -
YUV 111.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 133 116 36 0 0.13 0.73 0.48 49.48 0.57 0.33
Hex 85 74 24 0 D 49 30 31 39 21
Octal 205 164 44 0 15 111 60 61 71 41
Binary 10000101 1110100 100100 0 1101 1001001 110000 110001 111001 100001

Color Harmonies of #857424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857424

Black with #857424

Text Example


Text Example

White with #857424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857424; }

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

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

background-color css

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

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

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

border-color css

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

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

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