Html Css Color HEX #857326 Yukon Gold

📋 copy color: '#857326'

red 133 ◦ green 115 ◦ blue 38

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

Shades of Yukon Gold #857326

Tints of Yukon Gold #857326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 46.5%
G = 40.21%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#857326 (or 0x857326) is known color: Yukon Gold. HEX triplet: 85, 73 and 26. RGB value is (133,115,38). Sum of RGB (Red+Green+Blue) = 133+115+38=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #857326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857326 is #7A8CD9. Grayscale: #6F6F6F. Windows color (decimal): -8031450 or 2519941. OLE color: 2519941.

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

Color convert

RGB 133 115 38 -
CMYK 0 0.14 0.71 0.48
HSL 48.63º 0.56% 0.34% -
HSV(B) 48.63º 0.71% 0.52% -
XYZ 16.15 17.39 4.34 -
YUV 111.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 133 115 38 0 0.14 0.71 0.48 48.63 0.56 0.34
Hex 85 73 26 0 E 47 30 31 38 22
Octal 205 163 46 0 16 107 60 61 70 42
Binary 10000101 1110011 100110 0 1110 1000111 110000 110001 111000 100010

Color Harmonies of #857326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857326

Black with #857326

Text Example


Text Example

White with #857326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857326; }

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

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

background-color css

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

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

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

border-color css

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

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

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