Html Css Color HEX #827511 Yukon Gold

📋 copy color: '#827511'

red 130 ◦ green 117 ◦ blue 17

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

Shades of Yukon Gold #827511

Tints of Yukon Gold #827511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 49.24%
G = 44.32%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#827511 (or 0x827511) is known color: Yukon Gold. HEX triplet: 82, 75 and 11. RGB value is (130,117,17). Sum of RGB (Red+Green+Blue) = 130+117+17=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #827511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827511 is #7D8AEE. Grayscale: #6D6D6D. Windows color (decimal): -8227567 or 1144194. OLE color: 1144194.

HSL color Cylindrical-coordinate representation of color #827511: hue angle of 53.1º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #827511 is Cyan = 0, Magento = 0.1, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 17 -
CMYK 0 0.1 0.87 0.49
HSL 53.1º 0.77% 0.29% -
HSV(B) 53.1º 0.87% 0.51% -
XYZ 15.67 17.51 3.08 -
YUV 109.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 130 117 17 0 0.1 0.87 0.49 53.1 0.77 0.29
Hex 82 75 11 0 A 57 31 35 4D 1D
Octal 202 165 21 0 12 127 61 65 115 35
Binary 10000010 1110101 10001 0 1010 1010111 110001 110101 1001101 11101

Color Harmonies of #827511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827511

Black with #827511

Text Example


Text Example

White with #827511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827511; }

 p { color: rgb(130,117,17); }

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

background-color css

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

 a { background-color: rgb(130,117,17); }

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

border-color css

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

 span { border-color: rgb(130,117,17); }

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