Html Css Color HEX #825C14 Yukon Gold

📋 copy color: '#825C14'

red 130 ◦ green 92 ◦ blue 20

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

Shades of Yukon Gold #825C14

Tints of Yukon Gold #825C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 53.72%
G = 38.02%
B = 8.26%

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

#825C14 (or 0x825C14) is known color: Yukon Gold. HEX triplet: 82, 5C and 14. RGB value is (130,92,20). Sum of RGB (Red+Green+Blue) = 130+92+20=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #825C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C14 is #7DA3EB. Grayscale: #5F5F5F. Windows color (decimal): -8233964 or 1334402. OLE color: 1334402.

HSL color Cylindrical-coordinate representation of color #825C14: hue angle of 39.27º degrees, saturation: 0.73, 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 #825C14 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 20 -
CMYK 0 0.29 0.85 0.49
HSL 39.27º 0.73% 0.29% -
HSV(B) 39.27º 0.85% 0.51% -
XYZ 13.16 12.45 2.37 -
YUV 95.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 130 92 20 0 0.29 0.85 0.49 39.27 0.73 0.29
Hex 82 5C 14 0 1D 55 31 27 49 1D
Octal 202 134 24 0 35 125 61 47 111 35
Binary 10000010 1011100 10100 0 11101 1010101 110001 100111 1001001 11101

Color Harmonies of #825C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C14

Black with #825C14

Text Example


Text Example

White with #825C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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