Html Css Color HEX #82630D Yukon Gold

📋 copy color: '#82630D'

red 130 ◦ green 99 ◦ blue 13

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

Shades of Yukon Gold #82630D

Tints of Yukon Gold #82630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.91%

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 53.72%
G = 40.91%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82630D (or 0x82630D) is known color: Yukon Gold. HEX triplet: 82, 63 and 0D. RGB value is (130,99,13). Sum of RGB (Red+Green+Blue) = 130+99+13=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82630D is #7D9CF2. Grayscale: #626262. Windows color (decimal): -8232179 or 877442. OLE color: 877442.

HSL color Cylindrical-coordinate representation of color #82630D: hue angle of 44.1º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82630D is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 13 -
CMYK 0 0.24 0.9 0.49
HSL 44.1º 0.82% 0.28% -
HSV(B) 44.1º 0.9% 0.51% -
XYZ 13.74 13.7 2.3 -
YUV 98.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 130 99 13 0 0.24 0.9 0.49 44.1 0.82 0.28
Hex 82 63 D 0 18 5A 31 2C 52 1C
Octal 202 143 15 0 30 132 61 54 122 34
Binary 10000010 1100011 1101 0 11000 1011010 110001 101100 1010010 11100

Color Harmonies of #82630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82630D

Black with #82630D

Text Example


Text Example

White with #82630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82630D; }

 p { color: rgb(130,99,13); }

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

background-color css

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

 a { background-color: rgb(130,99,13); }

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

border-color css

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

 span { border-color: rgb(130,99,13); }

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