Html Css Color HEX #857024 Yukon Gold

📋 copy color: '#857024'

red 133 ◦ green 112 ◦ blue 36

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

Shades of Yukon Gold #857024

Tints of Yukon Gold #857024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

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

R = 47.33%
G = 39.86%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#857024 (or 0x857024) is known color: Yukon Gold. HEX triplet: 85, 70 and 24. RGB value is (133,112,36). Sum of RGB (Red+Green+Blue) = 133+112+36=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #857024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857024 is #7A8FDB. Grayscale: #6D6D6D. Windows color (decimal): -8032220 or 2388101. OLE color: 2388101.

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

Color convert

RGB 133 112 36 -
CMYK 0 0.16 0.73 0.48
HSL 47.01º 0.57% 0.33% -
HSV(B) 47.01º 0.73% 0.52% -
XYZ 15.79 16.7 4.06 -
YUV 109.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 133 112 36 0 0.16 0.73 0.48 47.01 0.57 0.33
Hex 85 70 24 0 10 49 30 2F 39 21
Octal 205 160 44 0 20 111 60 57 71 41
Binary 10000101 1110000 100100 0 10000 1001001 110000 101111 111001 100001

Color Harmonies of #857024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857024

Black with #857024

Text Example


Text Example

White with #857024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857024; }

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

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

background-color css

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

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

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

border-color css

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

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

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