Html Css Color HEX #857423 Yukon Gold

📋 copy color: '#857423'

red 133 ◦ green 116 ◦ blue 35

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

Shades of Yukon Gold #857423

Tints of Yukon Gold #857423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 46.83%
G = 40.85%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#857423 (or 0x857423) is known color: Yukon Gold. HEX triplet: 85, 74 and 23. RGB value is (133,116,35). Sum of RGB (Red+Green+Blue) = 133+116+35=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #857423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857423 is #7A8BDC. Grayscale: #707070. Windows color (decimal): -8031197 or 2323589. OLE color: 2323589.

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

Color convert

RGB 133 116 35 -
CMYK 0 0.13 0.74 0.48
HSL 49.59º 0.58% 0.33% -
HSV(B) 49.59º 0.74% 0.52% -
XYZ 16.22 17.6 4.13 -
YUV 111.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 133 116 35 0 0.13 0.74 0.48 49.59 0.58 0.33
Hex 85 74 23 0 D 4A 30 32 3A 21
Octal 205 164 43 0 15 112 60 62 72 41
Binary 10000101 1110100 100011 0 1101 1001010 110000 110010 111010 100001

Color Harmonies of #857423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857423

Black with #857423

Text Example


Text Example

White with #857423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857423; }

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

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

background-color css

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

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

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

border-color css

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

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

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