Html Css Color HEX #827212 Yukon Gold

📋 copy color: '#827212'

red 130 ◦ green 114 ◦ blue 18

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

Shades of Yukon Gold #827212

Tints of Yukon Gold #827212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

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

R = 49.62%
G = 43.51%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#827212 (or 0x827212) is known color: Yukon Gold. HEX triplet: 82, 72 and 12. RGB value is (130,114,18). Sum of RGB (Red+Green+Blue) = 130+114+18=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #827212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827212 is #7D8DED. Grayscale: #6C6C6C. Windows color (decimal): -8228334 or 1208962. OLE color: 1208962.

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

Color convert

RGB 130 114 18 -
CMYK 0 0.12 0.86 0.49
HSL 51.43º 0.76% 0.29% -
HSV(B) 51.43º 0.86% 0.51% -
XYZ 15.33 16.82 3.01 -
YUV 107.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 130 114 18 0 0.12 0.86 0.49 51.43 0.76 0.29
Hex 82 72 12 0 C 56 31 33 4C 1D
Octal 202 162 22 0 14 126 61 63 114 35
Binary 10000010 1110010 10010 0 1100 1010110 110001 110011 1001100 11101

Color Harmonies of #827212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827212

Black with #827212

Text Example


Text Example

White with #827212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827212; }

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

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

background-color css

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

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

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

border-color css

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

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

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