Html Css Color HEX #857523 Yukon Gold

📋 copy color: '#857523'

red 133 ◦ green 117 ◦ blue 35

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

Shades of Yukon Gold #857523

Tints of Yukon Gold #857523

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.05%

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

R = 46.67%
G = 41.05%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#857523 (or 0x857523) is known color: Yukon Gold. HEX triplet: 85, 75 and 23. RGB value is (133,117,35). Sum of RGB (Red+Green+Blue) = 133+117+35=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857523 is #7A8ADC. Grayscale: #707070. Windows color (decimal): -8030941 or 2323845. OLE color: 2323845.

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

Color convert

RGB 133 117 35 -
CMYK 0 0.12 0.74 0.48
HSL 50.2º 0.58% 0.33% -
HSV(B) 50.2º 0.74% 0.52% -
XYZ 16.34 17.83 4.17 -
YUV 112.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 133 117 35 0 0.12 0.74 0.48 50.2 0.58 0.33
Hex 85 75 23 0 C 4A 30 32 3A 21
Octal 205 165 43 0 14 112 60 62 72 41
Binary 10000101 1110101 100011 0 1100 1001010 110000 110010 111010 100001

Color Harmonies of #857523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857523

Black with #857523

Text Example


Text Example

White with #857523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857523; }

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

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

background-color css

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

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

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

border-color css

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

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

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