Html Css Color HEX #825D0B Yukon Gold

📋 copy color: '#825D0B'

red 130 ◦ green 93 ◦ blue 11

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

Shades of Yukon Gold #825D0B

Tints of Yukon Gold #825D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 55.56%
G = 39.74%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#825D0B (or 0x825D0B) is known color: Yukon Gold. HEX triplet: 82, 5D and 0B. RGB value is (130,93,11). Sum of RGB (Red+Green+Blue) = 130+93+11=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #825D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D0B is #7DA2F4. Grayscale: #5F5F5F. Windows color (decimal): -8233717 or 744834. OLE color: 744834.

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

Color convert

RGB 130 93 11 -
CMYK 0 0.28 0.92 0.49
HSL 41.34º 0.84% 0.28% -
HSV(B) 41.34º 0.92% 0.51% -
XYZ 13.18 12.6 2.05 -
YUV 94.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 130 93 11 0 0.28 0.92 0.49 41.34 0.84 0.28
Hex 82 5D B 0 1C 5C 31 29 54 1C
Octal 202 135 13 0 34 134 61 51 124 34
Binary 10000010 1011101 1011 0 11100 1011100 110001 101001 1010100 11100

Color Harmonies of #825D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D0B

Black with #825D0B

Text Example


Text Example

White with #825D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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