Html Css Color HEX #857321 Yukon Gold

📋 copy color: '#857321'

red 133 ◦ green 115 ◦ blue 33

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

Shades of Yukon Gold #857321

Tints of Yukon Gold #857321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 47.33%
G = 40.93%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#857321 (or 0x857321) is known color: Yukon Gold. HEX triplet: 85, 73 and 21. RGB value is (133,115,33). Sum of RGB (Red+Green+Blue) = 133+115+33=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #857321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857321 is #7A8CDE. Grayscale: #6F6F6F. Windows color (decimal): -8031455 or 2192261. OLE color: 2192261.

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

Color convert

RGB 133 115 33 -
CMYK 0 0.14 0.75 0.48
HSL 49.2º 0.6% 0.33% -
HSV(B) 49.2º 0.75% 0.52% -
XYZ 16.08 17.36 3.94 -
YUV 111.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 133 115 33 0 0.14 0.75 0.48 49.2 0.6 0.33
Hex 85 73 21 0 E 4B 30 31 3C 21
Octal 205 163 41 0 16 113 60 61 74 41
Binary 10000101 1110011 100001 0 1110 1001011 110000 110001 111100 100001

Color Harmonies of #857321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857321

Black with #857321

Text Example


Text Example

White with #857321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857321; }

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

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

background-color css

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

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

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

border-color css

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

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

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