Html Css Color HEX #857719 Yukon Gold

📋 copy color: '#857719'

red 133 ◦ green 119 ◦ blue 25

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

Shades of Yukon Gold #857719

Tints of Yukon Gold #857719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 48.01%
G = 42.96%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#857719 (or 0x857719) is known color: Yukon Gold. HEX triplet: 85, 77 and 19. RGB value is (133,119,25). Sum of RGB (Red+Green+Blue) = 133+119+25=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #857719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857719 is #7A88E6. Grayscale: #707070. Windows color (decimal): -8030439 or 1668997. OLE color: 1668997.

HSL color Cylindrical-coordinate representation of color #857719: hue angle of 52.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #857719 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 25 -
CMYK 0 0.11 0.81 0.48
HSL 52.22º 0.68% 0.31% -
HSV(B) 52.22º 0.81% 0.52% -
XYZ 16.45 18.25 3.58 -
YUV 112.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 133 119 25 0 0.11 0.81 0.48 52.22 0.68 0.31
Hex 85 77 19 0 B 51 30 34 44 1F
Octal 205 167 31 0 13 121 60 64 104 37
Binary 10000101 1110111 11001 0 1011 1010001 110000 110100 1000100 11111

Color Harmonies of #857719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857719

Black with #857719

Text Example


Text Example

White with #857719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857719; }

 p { color: rgb(133,119,25); }

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

background-color css

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

 a { background-color: rgb(133,119,25); }

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

border-color css

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

 span { border-color: rgb(133,119,25); }

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