Html Css Color HEX #826A37 Yellow Metal

📋 copy color: '#826A37'

red 130 ◦ green 106 ◦ blue 55

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

Shades of Yellow Metal #826A37

Tints of Yellow Metal #826A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.9%

R = 44.67%
G = 36.43%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#826A37 (or 0x826A37) is known color: Yellow Metal. HEX triplet: 82, 6A and 37. RGB value is (130,106,55). Sum of RGB (Red+Green+Blue) = 130+106+55=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #826A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A37 is #7D95C8. Grayscale: #6B6B6B. Windows color (decimal): -8230345 or 3631746. OLE color: 3631746.

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

Color convert

RGB 130 106 55 -
CMYK 0 0.18 0.58 0.49
HSL 40.8º 0.41% 0.36% -
HSV(B) 40.8º 0.58% 0.51% -
XYZ 15.05 15.33 5.78 -
YUV 107.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 130 106 55 0 0.18 0.58 0.49 40.8 0.41 0.36
Hex 82 6A 37 0 12 3A 31 29 29 24
Octal 202 152 67 0 22 72 61 51 51 44
Binary 10000010 1101010 110111 0 10010 111010 110001 101001 101001 100100

Color Harmonies of #826A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A37

Black with #826A37

Text Example


Text Example

White with #826A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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