Html Css Color HEX #857125 Yukon Gold

📋 copy color: '#857125'

red 133 ◦ green 113 ◦ blue 37

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

Shades of Yukon Gold #857125

Tints of Yukon Gold #857125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 47%
G = 39.93%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#857125 (or 0x857125) is known color: Yukon Gold. HEX triplet: 85, 71 and 25. RGB value is (133,113,37). Sum of RGB (Red+Green+Blue) = 133+113+37=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #857125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857125 is #7A8EDA. Grayscale: #6E6E6E. Windows color (decimal): -8031963 or 2453893. OLE color: 2453893.

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

Color convert

RGB 133 113 37 -
CMYK 0 0.15 0.72 0.48
HSL 47.5º 0.56% 0.33% -
HSV(B) 47.5º 0.72% 0.52% -
XYZ 15.91 16.93 4.18 -
YUV 110.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 133 113 37 0 0.15 0.72 0.48 47.5 0.56 0.33
Hex 85 71 25 0 F 48 30 30 38 21
Octal 205 161 45 0 17 110 60 60 70 41
Binary 10000101 1110001 100101 0 1111 1001000 110000 110000 111000 100001

Color Harmonies of #857125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857125

Black with #857125

Text Example


Text Example

White with #857125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857125; }

 p { color: rgb(133,113,37); }

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

background-color css

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

 a { background-color: rgb(133,113,37); }

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

border-color css

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

 span { border-color: rgb(133,113,37); }

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