Html Css Color HEX #857323 Yukon Gold

📋 copy color: '#857323'

red 133 ◦ green 115 ◦ blue 35

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

Shades of Yukon Gold #857323

Tints of Yukon Gold #857323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.37%

R = 47%
G = 40.64%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#857323 (or 0x857323) is known color: Yukon Gold. HEX triplet: 85, 73 and 23. RGB value is (133,115,35). Sum of RGB (Red+Green+Blue) = 133+115+35=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #857323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857323 is #7A8CDC. Grayscale: #6F6F6F. Windows color (decimal): -8031453 or 2323333. OLE color: 2323333.

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

Color convert

RGB 133 115 35 -
CMYK 0 0.14 0.74 0.48
HSL 48.98º 0.58% 0.33% -
HSV(B) 48.98º 0.74% 0.52% -
XYZ 16.11 17.37 4.09 -
YUV 111.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 133 115 35 0 0.14 0.74 0.48 48.98 0.58 0.33
Hex 85 73 23 0 E 4A 30 31 3A 21
Octal 205 163 43 0 16 112 60 61 72 41
Binary 10000101 1110011 100011 0 1110 1001010 110000 110001 111010 100001

Color Harmonies of #857323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857323

Black with #857323

Text Example


Text Example

White with #857323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857323; }

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

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

background-color css

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

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

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

border-color css

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

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

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