Html Css Color HEX #827128 Yukon Gold

📋 copy color: '#827128'

red 130 ◦ green 113 ◦ blue 40

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

Shades of Yukon Gold #827128

Tints of Yukon Gold #827128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 45.94%
G = 39.93%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#827128 (or 0x827128) is known color: Yukon Gold. HEX triplet: 82, 71 and 28. RGB value is (130,113,40). Sum of RGB (Red+Green+Blue) = 130+113+40=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #827128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827128 is #7D8ED7. Grayscale: #6E6E6E. Windows color (decimal): -8228568 or 2650498. OLE color: 2650498.

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

Color convert

RGB 130 113 40 -
CMYK 0 0.13 0.69 0.49
HSL 48.67º 0.53% 0.33% -
HSV(B) 48.67º 0.69% 0.51% -
XYZ 15.49 16.71 4.42 -
YUV 109.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 130 113 40 0 0.13 0.69 0.49 48.67 0.53 0.33
Hex 82 71 28 0 D 45 31 31 35 21
Octal 202 161 50 0 15 105 61 61 65 41
Binary 10000010 1110001 101000 0 1101 1000101 110001 110001 110101 100001

Color Harmonies of #827128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827128

Black with #827128

Text Example


Text Example

White with #827128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827128; }

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

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

background-color css

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

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

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

border-color css

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

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

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