Html Css Color HEX #827017 Yukon Gold

📋 copy color: '#827017'

red 130 ◦ green 112 ◦ blue 23

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

Shades of Yukon Gold #827017

Tints of Yukon Gold #827017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

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

R = 49.06%
G = 42.26%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#827017 (or 0x827017) is known color: Yukon Gold. HEX triplet: 82, 70 and 17. RGB value is (130,112,23). Sum of RGB (Red+Green+Blue) = 130+112+23=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #827017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827017 is #7D8FE8. Grayscale: #6B6B6B. Windows color (decimal): -8228841 or 1536130. OLE color: 1536130.

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

Color convert

RGB 130 112 23 -
CMYK 0 0.14 0.82 0.49
HSL 49.91º 0.7% 0.3% -
HSV(B) 49.91º 0.82% 0.51% -
XYZ 15.15 16.4 3.18 -
YUV 107.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 130 112 23 0 0.14 0.82 0.49 49.91 0.7 0.3
Hex 82 70 17 0 E 52 31 32 46 1E
Octal 202 160 27 0 16 122 61 62 106 36
Binary 10000010 1110000 10111 0 1110 1010010 110001 110010 1000110 11110

Color Harmonies of #827017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827017

Black with #827017

Text Example


Text Example

White with #827017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827017; }

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

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

background-color css

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

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

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

border-color css

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

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

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