Html Css Color HEX #857325 Yukon Gold

📋 copy color: '#857325'

red 133 ◦ green 115 ◦ blue 37

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

Shades of Yukon Gold #857325

Tints of Yukon Gold #857325

RGB

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

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

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

R = 46.67%
G = 40.35%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#857325 (or 0x857325) is known color: Yukon Gold. HEX triplet: 85, 73 and 25. RGB value is (133,115,37). Sum of RGB (Red+Green+Blue) = 133+115+37=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857325 is #7A8CDA. Grayscale: #6F6F6F. Windows color (decimal): -8031451 or 2454405. OLE color: 2454405.

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

Color convert

RGB 133 115 37 -
CMYK 0 0.14 0.72 0.48
HSL 48.75º 0.56% 0.33% -
HSV(B) 48.75º 0.72% 0.52% -
XYZ 16.14 17.38 4.25 -
YUV 111.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 133 115 37 0 0.14 0.72 0.48 48.75 0.56 0.33
Hex 85 73 25 0 E 48 30 31 38 21
Octal 205 163 45 0 16 110 60 61 70 41
Binary 10000101 1110011 100101 0 1110 1001000 110000 110001 111000 100001

Color Harmonies of #857325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857325

Black with #857325

Text Example


Text Example

White with #857325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857325; }

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

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

background-color css

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

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

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

border-color css

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

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

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