Html Css Color HEX #825E0E Yukon Gold

📋 copy color: '#825E0E'

red 130 ◦ green 94 ◦ blue 14

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

Shades of Yukon Gold #825E0E

Tints of Yukon Gold #825E0E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.5%

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 54.62%
G = 39.5%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#825E0E (or 0x825E0E) is known color: Yukon Gold. HEX triplet: 82, 5E and 0E. RGB value is (130,94,14). Sum of RGB (Red+Green+Blue) = 130+94+14=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #825E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E0E is #7DA1F1. Grayscale: #606060. Windows color (decimal): -8233458 or 941698. OLE color: 941698.

HSL color Cylindrical-coordinate representation of color #825E0E: hue angle of 41.38º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #825E0E is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 94 14 -
CMYK 0 0.28 0.89 0.49
HSL 41.38º 0.81% 0.28% -
HSV(B) 41.38º 0.89% 0.51% -
XYZ 13.29 12.78 2.18 -
YUV 95.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 130 94 14 0 0.28 0.89 0.49 41.38 0.81 0.28
Hex 82 5E E 0 1C 59 31 29 51 1C
Octal 202 136 16 0 34 131 61 51 121 34
Binary 10000010 1011110 1110 0 11100 1011001 110001 101001 1010001 11100

Color Harmonies of #825E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E0E

Black with #825E0E

Text Example


Text Example

White with #825E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,94,14); }

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

background-color css

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

 a { background-color: rgb(130,94,14); }

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

border-color css

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

 span { border-color: rgb(130,94,14); }

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