Html Css Color HEX #825F1A Yukon Gold

📋 copy color: '#825F1A'

red 130 ◦ green 95 ◦ blue 26

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

Shades of Yukon Gold #825F1A

Tints of Yukon Gold #825F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 51.79%
G = 37.85%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#825F1A (or 0x825F1A) is known color: Yukon Gold. HEX triplet: 82, 5F and 1A. RGB value is (130,95,26). Sum of RGB (Red+Green+Blue) = 130+95+26=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #825F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F1A is #7DA0E5. Grayscale: #616161. Windows color (decimal): -8233190 or 1728386. OLE color: 1728386.

HSL color Cylindrical-coordinate representation of color #825F1A: hue angle of 39.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #825F1A is Cyan = 0, Magento = 0.27, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 95 26 -
CMYK 0 0.27 0.8 0.49
HSL 39.81º 0.67% 0.31% -
HSV(B) 39.81º 0.8% 0.51% -
XYZ 13.48 13 2.78 -
YUV 97.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 130 95 26 0 0.27 0.8 0.49 39.81 0.67 0.31
Hex 82 5F 1A 0 1B 50 31 28 43 1F
Octal 202 137 32 0 33 120 61 50 103 37
Binary 10000010 1011111 11010 0 11011 1010000 110001 101000 1000011 11111

Color Harmonies of #825F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F1A

Black with #825F1A

Text Example


Text Example

White with #825F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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