Html Css Color HEX #825F12 Yukon Gold

📋 copy color: '#825F12'

red 130 ◦ green 95 ◦ blue 18

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

Shades of Yukon Gold #825F12

Tints of Yukon Gold #825F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

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

R = 53.5%
G = 39.09%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#825F12 (or 0x825F12) is known color: Yukon Gold. HEX triplet: 82, 5F and 12. RGB value is (130,95,18). Sum of RGB (Red+Green+Blue) = 130+95+18=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #825F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825F12 is #7DA0ED. Grayscale: #616161. Windows color (decimal): -8233198 or 1204098. OLE color: 1204098.

HSL color Cylindrical-coordinate representation of color #825F12: hue angle of 41.25º 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 #825F12 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 95 18 -
CMYK 0 0.27 0.86 0.49
HSL 41.25º 0.76% 0.29% -
HSV(B) 41.25º 0.86% 0.51% -
XYZ 13.41 12.97 2.37 -
YUV 96.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 130 95 18 0 0.27 0.86 0.49 41.25 0.76 0.29
Hex 82 5F 12 0 1B 56 31 29 4C 1D
Octal 202 137 22 0 33 126 61 51 114 35
Binary 10000010 1011111 10010 0 11011 1010110 110001 101001 1001100 11101

Color Harmonies of #825F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F12

Black with #825F12

Text Example


Text Example

White with #825F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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