Html Css Color HEX #826813 Yukon Gold

📋 copy color: '#826813'

red 130 ◦ green 104 ◦ blue 19

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

Shades of Yukon Gold #826813

Tints of Yukon Gold #826813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.11%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 51.38%
G = 41.11%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#826813 (or 0x826813) is known color: Yukon Gold. HEX triplet: 82, 68 and 13. RGB value is (130,104,19). Sum of RGB (Red+Green+Blue) = 130+104+19=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #826813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826813 is #7D97EC. Grayscale: #666666. Windows color (decimal): -8230893 or 1271938. OLE color: 1271938.

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

Color convert

RGB 130 104 19 -
CMYK 0 0.2 0.85 0.49
HSL 45.95º 0.74% 0.29% -
HSV(B) 45.95º 0.85% 0.51% -
XYZ 14.27 14.69 2.7 -
YUV 102.08 81.11 147.91 -
System Red Green Blue C M Y K H S L
Decimal 130 104 19 0 0.2 0.85 0.49 45.95 0.74 0.29
Hex 82 68 13 0 14 55 31 2E 4A 1D
Octal 202 150 23 0 24 125 61 56 112 35
Binary 10000010 1101000 10011 0 10100 1010101 110001 101110 1001010 11101

Color Harmonies of #826813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826813

Black with #826813

Text Example


Text Example

White with #826813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826813; }

 p { color: rgb(130,104,19); }

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

background-color css

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

 a { background-color: rgb(130,104,19); }

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

border-color css

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

 span { border-color: rgb(130,104,19); }

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