Html Css Color HEX #7A6235 Yellow Metal

📋 copy color: '#7A6235'

red 122 ◦ green 98 ◦ blue 53

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

Shades of Yellow Metal #7A6235

Tints of Yellow Metal #7A6235

RGB

 RED value IS 122 (48.05% from 255) = 44.69%

 GREEN value IS 98 (38.67% from 255) = 35.9%

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 44.69%
G = 35.9%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7A6235 (or 0x7A6235) is known color: Yellow Metal. HEX triplet: 7A, 62 and 35. RGB value is (122,98,53). Sum of RGB (Red+Green+Blue) = 122+98+53=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6235 is #859DCA. Grayscale: #646464. Windows color (decimal): -8756683 or 3498618. OLE color: 3498618.

HSL color Cylindrical-coordinate representation of color #7A6235: hue angle of 39.13º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A6235 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 98 53 -
CMYK 0 0.20 0.57 0.52
HSL 39.13º 0.39% 0.34% -
HSV(B) 39.13º 0.57% 0.48% -
XYZ 13.04 13.13 5.22 -
YUV 100.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 122 98 53 0 0.20 0.57 0.52 39.13 0.39 0.34
Hex 7A 62 35 0 14 39 34 27 27 22
Octal 172 142 65 0 24 71 64 47 47 42
Binary 1111010 1100010 110101 0 10100 111001 110100 100111 100111 100010

Color Harmonies of #7A6235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6235

Black with #7A6235

Text Example


Text Example

White with #7A6235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A6235; }

 p { color: rgb(122,98,53); }

 H1.HeaderClassName
 {
   color: #7A6235;
 }
 .AnyTagClassName
 {
   color: #7A6235;
 }
</style>

background-color css

<style>
 a { background-color: #7A6235; }

 a { background-color: rgb(122,98,53); }

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

border-color css

<style>
 span { border-color: #7A6235; }

 span { border-color: rgb(122,98,53); }

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