Html Css Color HEX #825C13 Yukon Gold

📋 copy color: '#825C13'

red 130 ◦ green 92 ◦ blue 19

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

Shades of Yukon Gold #825C13

Tints of Yukon Gold #825C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 53.94%
G = 38.17%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#825C13 (or 0x825C13) is known color: Yukon Gold. HEX triplet: 82, 5C and 13. RGB value is (130,92,19). Sum of RGB (Red+Green+Blue) = 130+92+19=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #825C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C13 is #7DA3EC. Grayscale: #5F5F5F. Windows color (decimal): -8233965 or 1268866. OLE color: 1268866.

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

Color convert

RGB 130 92 19 -
CMYK 0 0.29 0.85 0.49
HSL 39.46º 0.74% 0.29% -
HSV(B) 39.46º 0.85% 0.51% -
XYZ 13.15 12.45 2.33 -
YUV 95.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 130 92 19 0 0.29 0.85 0.49 39.46 0.74 0.29
Hex 82 5C 13 0 1D 55 31 27 4A 1D
Octal 202 134 23 0 35 125 61 47 112 35
Binary 10000010 1011100 10011 0 11101 1010101 110001 100111 1001010 11101

Color Harmonies of #825C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C13

Black with #825C13

Text Example


Text Example

White with #825C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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