Html Css Color HEX #827113 Yukon Gold

📋 copy color: '#827113'

red 130 ◦ green 113 ◦ blue 19

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

Shades of Yukon Gold #827113

Tints of Yukon Gold #827113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

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

R = 49.62%
G = 43.13%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827113 (or 0x827113) is known color: Yukon Gold. HEX triplet: 82, 71 and 13. RGB value is (130,113,19). Sum of RGB (Red+Green+Blue) = 130+113+19=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #827113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827113 is #7D8EEC. Grayscale: #6B6B6B. Windows color (decimal): -8228589 or 1274242. OLE color: 1274242.

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

Color convert

RGB 130 113 19 -
CMYK 0 0.13 0.85 0.49
HSL 50.81º 0.74% 0.29% -
HSV(B) 50.81º 0.85% 0.51% -
XYZ 15.23 16.6 3.02 -
YUV 107.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 130 113 19 0 0.13 0.85 0.49 50.81 0.74 0.29
Hex 82 71 13 0 D 55 31 33 4A 1D
Octal 202 161 23 0 15 125 61 63 112 35
Binary 10000010 1110001 10011 0 1101 1010101 110001 110011 1001010 11101

Color Harmonies of #827113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827113

Black with #827113

Text Example


Text Example

White with #827113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827113; }

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

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

background-color css

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

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

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

border-color css

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

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

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