Html Css Color HEX #827512 Yukon Gold

📋 copy color: '#827512'

red 130 ◦ green 117 ◦ blue 18

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

Shades of Yukon Gold #827512

Tints of Yukon Gold #827512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 49.06%
G = 44.15%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#827512 (or 0x827512) is known color: Yukon Gold. HEX triplet: 82, 75 and 12. RGB value is (130,117,18). Sum of RGB (Red+Green+Blue) = 130+117+18=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #827512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827512 is #7D8AED. Grayscale: #6E6E6E. Windows color (decimal): -8227566 or 1209730. OLE color: 1209730.

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

Color convert

RGB 130 117 18 -
CMYK 0 0.1 0.86 0.49
HSL 53.04º 0.76% 0.29% -
HSV(B) 53.04º 0.86% 0.51% -
XYZ 15.68 17.51 3.13 -
YUV 109.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 130 117 18 0 0.1 0.86 0.49 53.04 0.76 0.29
Hex 82 75 12 0 A 56 31 35 4C 1D
Octal 202 165 22 0 12 126 61 65 114 35
Binary 10000010 1110101 10010 0 1010 1010110 110001 110101 1001100 11101

Color Harmonies of #827512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827512

Black with #827512

Text Example


Text Example

White with #827512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827512; }

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

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

background-color css

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

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

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

border-color css

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

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

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