Html Css Color HEX #827613 Yukon Gold

📋 copy color: '#827613'

red 130 ◦ green 118 ◦ blue 19

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

Shades of Yukon Gold #827613

Tints of Yukon Gold #827613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 48.69%
G = 44.19%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827613 (or 0x827613) is known color: Yukon Gold. HEX triplet: 82, 76 and 13. RGB value is (130,118,19). Sum of RGB (Red+Green+Blue) = 130+118+19=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #827613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827613 is #7D89EC. Grayscale: #6E6E6E. Windows color (decimal): -8227309 or 1275522. OLE color: 1275522.

HSL color Cylindrical-coordinate representation of color #827613: hue angle of 53.51º degrees, saturation: 0.74, 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 #827613 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 19 -
CMYK 0 0.09 0.85 0.49
HSL 53.51º 0.74% 0.29% -
HSV(B) 53.51º 0.85% 0.51% -
XYZ 15.8 17.75 3.21 -
YUV 110.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 130 118 19 0 0.09 0.85 0.49 53.51 0.74 0.29
Hex 82 76 13 0 9 55 31 36 4A 1D
Octal 202 166 23 0 11 125 61 66 112 35
Binary 10000010 1110110 10011 0 1001 1010101 110001 110110 1001010 11101

Color Harmonies of #827613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827613

Black with #827613

Text Example


Text Example

White with #827613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827613; }

 p { color: rgb(130,118,19); }

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

background-color css

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

 a { background-color: rgb(130,118,19); }

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

border-color css

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

 span { border-color: rgb(130,118,19); }

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