Html Css Color HEX #827125 Yukon Gold

📋 copy color: '#827125'

red 130 ◦ green 113 ◦ blue 37

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

Shades of Yukon Gold #827125

Tints of Yukon Gold #827125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 46.43%
G = 40.36%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#827125 (or 0x827125) is known color: Yukon Gold. HEX triplet: 82, 71 and 25. RGB value is (130,113,37). Sum of RGB (Red+Green+Blue) = 130+113+37=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827125 is #7D8EDA. Grayscale: #6D6D6D. Windows color (decimal): -8228571 or 2453890. OLE color: 2453890.

HSL color Cylindrical-coordinate representation of color #827125: hue angle of 49.03º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #827125 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 37 -
CMYK 0 0.13 0.72 0.49
HSL 49.03º 0.56% 0.33% -
HSV(B) 49.03º 0.72% 0.51% -
XYZ 15.44 16.69 4.16 -
YUV 109.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 130 113 37 0 0.13 0.72 0.49 49.03 0.56 0.33
Hex 82 71 25 0 D 48 31 31 38 21
Octal 202 161 45 0 15 110 61 61 70 41
Binary 10000010 1110001 100101 0 1101 1001000 110001 110001 111000 100001

Color Harmonies of #827125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827125

Black with #827125

Text Example


Text Example

White with #827125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827125; }

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

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

background-color css

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

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

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

border-color css

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

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

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