Html Css Color HEX #827518 Yukon Gold

📋 copy color: '#827518'

red 130 ◦ green 117 ◦ blue 24

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

Shades of Yukon Gold #827518

Tints of Yukon Gold #827518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.86%

R = 47.97%
G = 43.17%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#827518 (or 0x827518) is known color: Yukon Gold. HEX triplet: 82, 75 and 18. RGB value is (130,117,24). Sum of RGB (Red+Green+Blue) = 130+117+24=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #827518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827518 is #7D8AE7. Grayscale: #6E6E6E. Windows color (decimal): -8227560 or 1602946. OLE color: 1602946.

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

Color convert

RGB 130 117 24 -
CMYK 0 0.1 0.82 0.49
HSL 52.64º 0.69% 0.3% -
HSV(B) 52.64º 0.82% 0.51% -
XYZ 15.73 17.53 3.42 -
YUV 110.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 130 117 24 0 0.1 0.82 0.49 52.64 0.69 0.3
Hex 82 75 18 0 A 52 31 35 45 1E
Octal 202 165 30 0 12 122 61 65 105 36
Binary 10000010 1110101 11000 0 1010 1010010 110001 110101 1000101 11110

Color Harmonies of #827518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827518

Black with #827518

Text Example


Text Example

White with #827518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827518; }

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

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

background-color css

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

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

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

border-color css

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

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

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