Html Css Color HEX #857421 Yukon Gold

📋 copy color: '#857421'

red 133 ◦ green 116 ◦ blue 33

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

Shades of Yukon Gold #857421

Tints of Yukon Gold #857421

RGB

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

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

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

R = 47.16%
G = 41.13%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#857421 (or 0x857421) is known color: Yukon Gold. HEX triplet: 85, 74 and 21. RGB value is (133,116,33). Sum of RGB (Red+Green+Blue) = 133+116+33=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #857421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857421 is #7A8BDE. Grayscale: #6F6F6F. Windows color (decimal): -8031199 or 2192517. OLE color: 2192517.

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

Color convert

RGB 133 116 33 -
CMYK 0 0.13 0.75 0.48
HSL 49.8º 0.6% 0.33% -
HSV(B) 49.8º 0.75% 0.52% -
XYZ 16.19 17.59 3.98 -
YUV 111.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 133 116 33 0 0.13 0.75 0.48 49.8 0.6 0.33
Hex 85 74 21 0 D 4B 30 32 3C 21
Octal 205 164 41 0 15 113 60 62 74 41
Binary 10000101 1110100 100001 0 1101 1001011 110000 110010 111100 100001

Color Harmonies of #857421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857421

Black with #857421

Text Example


Text Example

White with #857421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857421; }

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

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

background-color css

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

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

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

border-color css

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

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

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