Html Css Color HEX #82630E Yukon Gold

📋 copy color: '#82630E'

red 130 ◦ green 99 ◦ blue 14

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

Shades of Yukon Gold #82630E

Tints of Yukon Gold #82630E

RGB

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

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

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

R = 53.5%
G = 40.74%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#82630E (or 0x82630E) is known color: Yukon Gold. HEX triplet: 82, 63 and 0E. RGB value is (130,99,14). Sum of RGB (Red+Green+Blue) = 130+99+14=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82630E is #7D9CF1. Grayscale: #626262. Windows color (decimal): -8232178 or 942978. OLE color: 942978.

HSL color Cylindrical-coordinate representation of color #82630E: hue angle of 43.97º 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 #82630E is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 14 -
CMYK 0 0.24 0.89 0.49
HSL 43.97º 0.81% 0.28% -
HSV(B) 43.97º 0.89% 0.51% -
XYZ 13.75 13.7 2.34 -
YUV 98.58 80.27 150.41 -
System Red Green Blue C M Y K H S L
Decimal 130 99 14 0 0.24 0.89 0.49 43.97 0.81 0.28
Hex 82 63 E 0 18 59 31 2C 51 1C
Octal 202 143 16 0 30 131 61 54 121 34
Binary 10000010 1100011 1110 0 11000 1011001 110001 101100 1010001 11100

Color Harmonies of #82630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82630E

Black with #82630E

Text Example


Text Example

White with #82630E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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