Html Css Color HEX #826A3D Yellow Metal

📋 copy color: '#826A3D'

red 130 ◦ green 106 ◦ blue 61

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

Shades of Yellow Metal #826A3D

Tints of Yellow Metal #826A3D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

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

R = 43.77%
G = 35.69%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#826A3D (or 0x826A3D) is known color: Yellow Metal. HEX triplet: 82, 6A and 3D. RGB value is (130,106,61). Sum of RGB (Red+Green+Blue) = 130+106+61=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #826A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A3D is #7D95C2. Grayscale: #6C6C6C. Windows color (decimal): -8230339 or 4024962. OLE color: 4024962.

HSL color Cylindrical-coordinate representation of color #826A3D: hue angle of 39.13º 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 #826A3D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 106 61 -
CMYK 0 0.18 0.53 0.49
HSL 39.13º 0.36% 0.37% -
HSV(B) 39.13º 0.53% 0.51% -
XYZ 15.2 15.39 6.58 -
YUV 108.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 130 106 61 0 0.18 0.53 0.49 39.13 0.36 0.37
Hex 82 6A 3D 0 12 35 31 27 24 25
Octal 202 152 75 0 22 65 61 47 44 45
Binary 10000010 1101010 111101 0 10010 110101 110001 100111 100100 100101

Color Harmonies of #826A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A3D

Black with #826A3D

Text Example


Text Example

White with #826A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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