Html Css Color HEX #856921 Yukon Gold

📋 copy color: '#856921'

red 133 ◦ green 105 ◦ blue 33

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

Shades of Yukon Gold #856921

Tints of Yukon Gold #856921

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

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

R = 49.08%
G = 38.75%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#856921 (or 0x856921) is known color: Yukon Gold. HEX triplet: 85, 69 and 21. RGB value is (133,105,33). Sum of RGB (Red+Green+Blue) = 133+105+33=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #856921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856921 is #7A96DE. Grayscale: #696969. Windows color (decimal): -8034015 or 2189701. OLE color: 2189701.

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

Color convert

RGB 133 105 33 -
CMYK 0 0.21 0.75 0.48
HSL 43.2º 0.6% 0.33% -
HSV(B) 43.2º 0.75% 0.52% -
XYZ 15 15.2 3.58 -
YUV 105.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 133 105 33 0 0.21 0.75 0.48 43.2 0.6 0.33
Hex 85 69 21 0 15 4B 30 2B 3C 21
Octal 205 151 41 0 25 113 60 53 74 41
Binary 10000101 1101001 100001 0 10101 1001011 110000 101011 111100 100001

Color Harmonies of #856921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856921

Black with #856921

Text Example


Text Example

White with #856921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856921; }

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

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

background-color css

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

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

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

border-color css

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

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

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