Html Css Color HEX #856321 Yukon Gold

📋 copy color: '#856321'

red 133 ◦ green 99 ◦ blue 33

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

Shades of Yukon Gold #856321

Tints of Yukon Gold #856321

RGB

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

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

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

R = 50.19%
G = 37.36%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#856321 (or 0x856321) is known color: Yukon Gold. HEX triplet: 85, 63 and 21. RGB value is (133,99,33). Sum of RGB (Red+Green+Blue) = 133+99+33=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #856321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856321 is #7A9CDE. Grayscale: #656565. Windows color (decimal): -8035551 or 2188165. OLE color: 2188165.

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

Color convert

RGB 133 99 33 -
CMYK 0 0.26 0.75 0.48
HSL 39.6º 0.6% 0.33% -
HSV(B) 39.6º 0.75% 0.52% -
XYZ 14.41 14.02 3.39 -
YUV 101.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 133 99 33 0 0.26 0.75 0.48 39.6 0.6 0.33
Hex 85 63 21 0 1A 4B 30 28 3C 21
Octal 205 143 41 0 32 113 60 50 74 41
Binary 10000101 1100011 100001 0 11010 1001011 110000 101000 111100 100001

Color Harmonies of #856321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856321

Black with #856321

Text Example


Text Example

White with #856321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856321; }

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

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

background-color css

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

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

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

border-color css

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

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

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