Html Css Color HEX #825D12 Yukon Gold

📋 copy color: '#825D12'

red 130 ◦ green 93 ◦ blue 18

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

Shades of Yukon Gold #825D12

Tints of Yukon Gold #825D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

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

R = 53.94%
G = 38.59%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#825D12 (or 0x825D12) is known color: Yukon Gold. HEX triplet: 82, 5D and 12. RGB value is (130,93,18). Sum of RGB (Red+Green+Blue) = 130+93+18=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #825D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D12 is #7DA2ED. Grayscale: #5F5F5F. Windows color (decimal): -8233710 or 1203586. OLE color: 1203586.

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

Color convert

RGB 130 93 18 -
CMYK 0 0.28 0.86 0.49
HSL 40.18º 0.76% 0.29% -
HSV(B) 40.18º 0.86% 0.51% -
XYZ 13.23 12.62 2.31 -
YUV 95.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 130 93 18 0 0.28 0.86 0.49 40.18 0.76 0.29
Hex 82 5D 12 0 1C 56 31 28 4C 1D
Octal 202 135 22 0 34 126 61 50 114 35
Binary 10000010 1011101 10010 0 11100 1010110 110001 101000 1001100 11101

Color Harmonies of #825D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D12

Black with #825D12

Text Example


Text Example

White with #825D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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