Html Css Color HEX #856322 Yukon Gold

📋 copy color: '#856322'

red 133 ◦ green 99 ◦ blue 34

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

Shades of Yukon Gold #856322

Tints of Yukon Gold #856322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

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

R = 50%
G = 37.22%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856322 (or 0x856322) is known color: Yukon Gold. HEX triplet: 85, 63 and 22. RGB value is (133,99,34). Sum of RGB (Red+Green+Blue) = 133+99+34=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #856322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856322 is #7A9CDD. Grayscale: #666666. Windows color (decimal): -8035550 or 2253701. OLE color: 2253701.

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

Color convert

RGB 133 99 34 -
CMYK 0 0.26 0.74 0.48
HSL 39.39º 0.59% 0.33% -
HSV(B) 39.39º 0.74% 0.52% -
XYZ 14.42 14.03 3.46 -
YUV 101.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 133 99 34 0 0.26 0.74 0.48 39.39 0.59 0.33
Hex 85 63 22 0 1A 4A 30 27 3B 21
Octal 205 143 42 0 32 112 60 47 73 41
Binary 10000101 1100011 100010 0 11010 1001010 110000 100111 111011 100001

Color Harmonies of #856322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856322

Black with #856322

Text Example


Text Example

White with #856322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856322; }

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

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

background-color css

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

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

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

border-color css

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

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

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