Html Css Color HEX #857522 Yukon Gold

📋 copy color: '#857522'

red 133 ◦ green 117 ◦ blue 34

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

Shades of Yukon Gold #857522

Tints of Yukon Gold #857522

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

 BLUE value IS 34 (13.67% from 255) = 11.97%

R = 46.83%
G = 41.2%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#857522 (or 0x857522) is known color: Yukon Gold. HEX triplet: 85, 75 and 22. RGB value is (133,117,34). Sum of RGB (Red+Green+Blue) = 133+117+34=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #857522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857522 is #7A8ADD. Grayscale: #707070. Windows color (decimal): -8030942 or 2258309. OLE color: 2258309.

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

Color convert

RGB 133 117 34 -
CMYK 0 0.12 0.74 0.48
HSL 50.3º 0.59% 0.33% -
HSV(B) 50.3º 0.74% 0.52% -
XYZ 16.32 17.82 4.09 -
YUV 112.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 133 117 34 0 0.12 0.74 0.48 50.3 0.59 0.33
Hex 85 75 22 0 C 4A 30 32 3B 21
Octal 205 165 42 0 14 112 60 62 73 41
Binary 10000101 1110101 100010 0 1100 1001010 110000 110010 111011 100001

Color Harmonies of #857522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857522

Black with #857522

Text Example


Text Example

White with #857522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857522; }

 p { color: rgb(133,117,34); }

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

background-color css

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

 a { background-color: rgb(133,117,34); }

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

border-color css

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

 span { border-color: rgb(133,117,34); }

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