Html Css Color HEX #827514 Yukon Gold

📋 copy color: '#827514'

red 130 ◦ green 117 ◦ blue 20

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

Shades of Yukon Gold #827514

Tints of Yukon Gold #827514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 48.69%
G = 43.82%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827514 (or 0x827514) is known color: Yukon Gold. HEX triplet: 82, 75 and 14. RGB value is (130,117,20). Sum of RGB (Red+Green+Blue) = 130+117+20=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #827514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827514 is #7D8AEB. Grayscale: #6E6E6E. Windows color (decimal): -8227564 or 1340802. OLE color: 1340802.

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

Color convert

RGB 130 117 20 -
CMYK 0 0.1 0.85 0.49
HSL 52.91º 0.73% 0.29% -
HSV(B) 52.91º 0.85% 0.51% -
XYZ 15.69 17.52 3.22 -
YUV 109.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 130 117 20 0 0.1 0.85 0.49 52.91 0.73 0.29
Hex 82 75 14 0 A 55 31 35 49 1D
Octal 202 165 24 0 12 125 61 65 111 35
Binary 10000010 1110101 10100 0 1010 1010101 110001 110101 1001001 11101

Color Harmonies of #827514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827514

Black with #827514

Text Example


Text Example

White with #827514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827514; }

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

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

background-color css

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

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

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

border-color css

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

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

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