Html Css Color HEX #825C10 Yukon Gold

📋 copy color: '#825C10'

red 130 ◦ green 92 ◦ blue 16

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

Shades of Yukon Gold #825C10

Tints of Yukon Gold #825C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.66%

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 54.62%
G = 38.66%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#825C10 (or 0x825C10) is known color: Yukon Gold. HEX triplet: 82, 5C and 10. RGB value is (130,92,16). Sum of RGB (Red+Green+Blue) = 130+92+16=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #825C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C10 is #7DA3EF. Grayscale: #5F5F5F. Windows color (decimal): -8233968 or 1072258. OLE color: 1072258.

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

Color convert

RGB 130 92 16 -
CMYK 0 0.29 0.88 0.49
HSL 40º 0.78% 0.29% -
HSV(B) 40º 0.88% 0.51% -
XYZ 13.13 12.44 2.2 -
YUV 94.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 130 92 16 0 0.29 0.88 0.49 40 0.78 0.29
Hex 82 5C 10 0 1D 58 31 28 4E 1D
Octal 202 134 20 0 35 130 61 50 116 35
Binary 10000010 1011100 10000 0 11101 1011000 110001 101000 1001110 11101

Color Harmonies of #825C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C10

Black with #825C10

Text Example


Text Example

White with #825C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C10; }

 p { color: rgb(130,92,16); }

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

background-color css

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

 a { background-color: rgb(130,92,16); }

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

border-color css

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

 span { border-color: rgb(130,92,16); }

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