Html Css Color HEX #857320 Yukon Gold

📋 copy color: '#857320'

red 133 ◦ green 115 ◦ blue 32

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

Shades of Yukon Gold #857320

Tints of Yukon Gold #857320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 47.5%
G = 41.07%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#857320 (or 0x857320) is known color: Yukon Gold. HEX triplet: 85, 73 and 20. RGB value is (133,115,32). Sum of RGB (Red+Green+Blue) = 133+115+32=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #857320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857320 is #7A8CDF. Grayscale: #6F6F6F. Windows color (decimal): -8031456 or 2126725. OLE color: 2126725.

HSL color Cylindrical-coordinate representation of color #857320: hue angle of 49.31º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #857320 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 115 32 -
CMYK 0 0.14 0.76 0.48
HSL 49.31º 0.61% 0.32% -
HSV(B) 49.31º 0.76% 0.52% -
XYZ 16.06 17.35 3.87 -
YUV 110.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 133 115 32 0 0.14 0.76 0.48 49.31 0.61 0.32
Hex 85 73 20 0 E 4C 30 31 3D 20
Octal 205 163 40 0 16 114 60 61 75 40
Binary 10000101 1110011 100000 0 1110 1001100 110000 110001 111101 100000

Color Harmonies of #857320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857320

Black with #857320

Text Example


Text Example

White with #857320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857320; }

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

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

background-color css

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

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

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

border-color css

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

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

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