Html Css Color HEX #857121 Yukon Gold

📋 copy color: '#857121'

red 133 ◦ green 113 ◦ blue 33

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

Shades of Yukon Gold #857121

Tints of Yukon Gold #857121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 47.67%
G = 40.5%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#857121 (or 0x857121) is known color: Yukon Gold. HEX triplet: 85, 71 and 21. RGB value is (133,113,33). Sum of RGB (Red+Green+Blue) = 133+113+33=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #857121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857121 is #7A8EDE. Grayscale: #6E6E6E. Windows color (decimal): -8031967 or 2191749. OLE color: 2191749.

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

Color convert

RGB 133 113 33 -
CMYK 0 0.15 0.75 0.48
HSL 48º 0.6% 0.33% -
HSV(B) 48º 0.75% 0.52% -
XYZ 15.85 16.91 3.87 -
YUV 109.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 133 113 33 0 0.15 0.75 0.48 48 0.6 0.33
Hex 85 71 21 0 F 4B 30 30 3C 21
Octal 205 161 41 0 17 113 60 60 74 41
Binary 10000101 1110001 100001 0 1111 1001011 110000 110000 111100 100001

Color Harmonies of #857121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857121

Black with #857121

Text Example


Text Example

White with #857121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857121; }

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

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

background-color css

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

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

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

border-color css

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

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

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