Html Css Color HEX #825F18 Yukon Gold

📋 copy color: '#825F18'

red 130 ◦ green 95 ◦ blue 24

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

Shades of Yukon Gold #825F18

Tints of Yukon Gold #825F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 52.21%
G = 38.15%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#825F18 (or 0x825F18) is known color: Yukon Gold. HEX triplet: 82, 5F and 18. RGB value is (130,95,24). Sum of RGB (Red+Green+Blue) = 130+95+24=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825F18 is #7DA0E7. Grayscale: #616161. Windows color (decimal): -8233192 or 1597314. OLE color: 1597314.

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

Color convert

RGB 130 95 24 -
CMYK 0 0.27 0.82 0.49
HSL 40.19º 0.69% 0.3% -
HSV(B) 40.19º 0.82% 0.51% -
XYZ 13.46 13 2.66 -
YUV 97.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 130 95 24 0 0.27 0.82 0.49 40.19 0.69 0.3
Hex 82 5F 18 0 1B 52 31 28 45 1E
Octal 202 137 30 0 33 122 61 50 105 36
Binary 10000010 1011111 11000 0 11011 1010010 110001 101000 1000101 11110

Color Harmonies of #825F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F18

Black with #825F18

Text Example


Text Example

White with #825F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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