Html Css Color HEX #825D17 Yukon Gold

📋 copy color: '#825D17'

red 130 ◦ green 93 ◦ blue 23

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

Shades of Yukon Gold #825D17

Tints of Yukon Gold #825D17

RGB

 RED value IS 130 (51.17% from 255) = 52.85%

 GREEN value IS 93 (36.72% from 255) = 37.8%

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 52.85%
G = 37.8%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#825D17 (or 0x825D17) is known color: Yukon Gold. HEX triplet: 82, 5D and 17. RGB value is (130,93,23). Sum of RGB (Red+Green+Blue) = 130+93+23=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #825D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D17 is #7DA2E8. Grayscale: #606060. Windows color (decimal): -8233705 or 1531266. OLE color: 1531266.

HSL color Cylindrical-coordinate representation of color #825D17: hue angle of 39.25º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #825D17 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 93 23 -
CMYK 0 0.28 0.82 0.49
HSL 39.25º 0.7% 0.3% -
HSV(B) 39.25º 0.82% 0.51% -
XYZ 13.27 12.64 2.55 -
YUV 96.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 130 93 23 0 0.28 0.82 0.49 39.25 0.7 0.3
Hex 82 5D 17 0 1C 52 31 27 46 1E
Octal 202 135 27 0 34 122 61 47 106 36
Binary 10000010 1011101 10111 0 11100 1010010 110001 100111 1000110 11110

Color Harmonies of #825D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D17

Black with #825D17

Text Example


Text Example

White with #825D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825D17; }

 p { color: rgb(130,93,23); }

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

background-color css

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

 a { background-color: rgb(130,93,23); }

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

border-color css

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

 span { border-color: rgb(130,93,23); }

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