Html Css Color HEX #826D3D Yellow Metal

📋 copy color: '#826D3D'

red 130 ◦ green 109 ◦ blue 61

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

Shades of Yellow Metal #826D3D

Tints of Yellow Metal #826D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.33%

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 43.33%
G = 36.33%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#826D3D (or 0x826D3D) is known color: Yellow Metal. HEX triplet: 82, 6D and 3D. RGB value is (130,109,61). Sum of RGB (Red+Green+Blue) = 130+109+61=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #826D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D3D is #7D92C2. Grayscale: #6E6E6E. Windows color (decimal): -8229571 or 4025730. OLE color: 4025730.

HSL color Cylindrical-coordinate representation of color #826D3D: hue angle of 41.74º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #826D3D is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 61 -
CMYK 0 0.16 0.53 0.49
HSL 41.74º 0.36% 0.37% -
HSV(B) 41.74º 0.53% 0.51% -
XYZ 15.52 16.02 6.69 -
YUV 109.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 130 109 61 0 0.16 0.53 0.49 41.74 0.36 0.37
Hex 82 6D 3D 0 10 35 31 2A 24 25
Octal 202 155 75 0 20 65 61 52 44 45
Binary 10000010 1101101 111101 0 10000 110101 110001 101010 100100 100101

Color Harmonies of #826D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D3D

Black with #826D3D

Text Example


Text Example

White with #826D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826D3D; }

 p { color: rgb(130,109,61); }

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

background-color css

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

 a { background-color: rgb(130,109,61); }

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

border-color css

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

 span { border-color: rgb(130,109,61); }

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