Html Css Color HEX #825C12 Yukon Gold

📋 copy color: '#825C12'

red 130 ◦ green 92 ◦ blue 18

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

Shades of Yukon Gold #825C12

Tints of Yukon Gold #825C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 54.17%
G = 38.33%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#825C12 (or 0x825C12) is known color: Yukon Gold. HEX triplet: 82, 5C and 12. RGB value is (130,92,18). Sum of RGB (Red+Green+Blue) = 130+92+18=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #825C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C12 is #7DA3ED. Grayscale: #5F5F5F. Windows color (decimal): -8233966 or 1203330. OLE color: 1203330.

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

Color convert

RGB 130 92 18 -
CMYK 0 0.29 0.86 0.49
HSL 39.64º 0.76% 0.29% -
HSV(B) 39.64º 0.86% 0.51% -
XYZ 13.14 12.44 2.28 -
YUV 94.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 130 92 18 0 0.29 0.86 0.49 39.64 0.76 0.29
Hex 82 5C 12 0 1D 56 31 28 4C 1D
Octal 202 134 22 0 35 126 61 50 114 35
Binary 10000010 1011100 10010 0 11101 1010110 110001 101000 1001100 11101

Color Harmonies of #825C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C12

Black with #825C12

Text Example


Text Example

White with #825C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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