Html Css Color HEX #856421 Yukon Gold

📋 copy color: '#856421'

red 133 ◦ green 100 ◦ blue 33

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

Shades of Yukon Gold #856421

Tints of Yukon Gold #856421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

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

R = 50%
G = 37.59%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#856421 (or 0x856421) is known color: Yukon Gold. HEX triplet: 85, 64 and 21. RGB value is (133,100,33). Sum of RGB (Red+Green+Blue) = 133+100+33=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #856421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856421 is #7A9BDE. Grayscale: #666666. Windows color (decimal): -8035295 or 2188421. OLE color: 2188421.

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

Color convert

RGB 133 100 33 -
CMYK 0 0.25 0.75 0.48
HSL 40.2º 0.6% 0.33% -
HSV(B) 40.2º 0.75% 0.52% -
XYZ 14.5 14.21 3.42 -
YUV 102.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 133 100 33 0 0.25 0.75 0.48 40.2 0.6 0.33
Hex 85 64 21 0 19 4B 30 28 3C 21
Octal 205 144 41 0 31 113 60 50 74 41
Binary 10000101 1100100 100001 0 11001 1001011 110000 101000 111100 100001

Color Harmonies of #856421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856421

Black with #856421

Text Example


Text Example

White with #856421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856421; }

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

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

background-color css

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

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

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

border-color css

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

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

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