Html Css Color HEX #825E17 Yukon Gold

📋 copy color: '#825E17'

red 130 ◦ green 94 ◦ blue 23

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

Shades of Yukon Gold #825E17

Tints of Yukon Gold #825E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.06%

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

R = 52.63%
G = 38.06%
B = 9.31%

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

#825E17 (or 0x825E17) is known color: Yukon Gold. HEX triplet: 82, 5E and 17. RGB value is (130,94,23). Sum of RGB (Red+Green+Blue) = 130+94+23=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #825E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E17 is #7DA1E8. Grayscale: #606060. Windows color (decimal): -8233449 or 1531522. OLE color: 1531522.

HSL color Cylindrical-coordinate representation of color #825E17: hue angle of 39.81º 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 #825E17 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 94 23 -
CMYK 0 0.28 0.82 0.49
HSL 39.81º 0.7% 0.3% -
HSV(B) 39.81º 0.82% 0.51% -
XYZ 13.36 12.81 2.58 -
YUV 96.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 130 94 23 0 0.28 0.82 0.49 39.81 0.7 0.3
Hex 82 5E 17 0 1C 52 31 28 46 1E
Octal 202 136 27 0 34 122 61 50 106 36
Binary 10000010 1011110 10111 0 11100 1010010 110001 101000 1000110 11110

Color Harmonies of #825E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E17

Black with #825E17

Text Example


Text Example

White with #825E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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