Html Css Color HEX #857422 Yukon Gold

📋 copy color: '#857422'

red 133 ◦ green 116 ◦ blue 34

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

Shades of Yukon Gold #857422

Tints of Yukon Gold #857422

RGB

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

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

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

R = 47%
G = 40.99%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#857422 (or 0x857422) is known color: Yukon Gold. HEX triplet: 85, 74 and 22. RGB value is (133,116,34). Sum of RGB (Red+Green+Blue) = 133+116+34=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #857422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857422 is #7A8BDD. Grayscale: #707070. Windows color (decimal): -8031198 or 2258053. OLE color: 2258053.

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

Color convert

RGB 133 116 34 -
CMYK 0 0.13 0.74 0.48
HSL 49.7º 0.59% 0.33% -
HSV(B) 49.7º 0.74% 0.52% -
XYZ 16.21 17.59 4.05 -
YUV 111.74 84.13 143.17 -
System Red Green Blue C M Y K H S L
Decimal 133 116 34 0 0.13 0.74 0.48 49.7 0.59 0.33
Hex 85 74 22 0 D 4A 30 32 3B 21
Octal 205 164 42 0 15 112 60 62 73 41
Binary 10000101 1110100 100010 0 1101 1001010 110000 110010 111011 100001

Color Harmonies of #857422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857422

Black with #857422

Text Example


Text Example

White with #857422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857422; }

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

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

background-color css

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

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

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

border-color css

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

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

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