#7A633B

Color #7A633B Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #7A633B

Tints of Yellow Metal #7A633B

Color information

#7A633B (or 0x7A633B) is unknown color: approx Yellow Metal. HEX triplet: 7A, 63 and 3B. RGB value is (122,99,59). Sum of RGB (Red+Green+Blue) = 122+99+59=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A633B is #859CC4. Grayscale: #656565. Windows color (decimal): -8756421 or 3892090. OLE color: 3892090.

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

Color convert

RGB1229959-
CMYK00.190.520.52
HSL38.1º34.81%35.49%-
HSV(B)38.1º51.64%47.84%-
XYZ13.2813.386.02-
YUV101.32104.12142.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.57%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=43.57%
G=35.36%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122995900.190.520.5238.134.8135.49
Hex7A633B0133434262323
Octal172143730236464464343
Binary11110101100011111011010011110100110100100110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,59); }

 H1.HeaderClassName
 {
   color: #7A633B;
 }
 .AnyTagClassName
 {
   color: #7A633B;
 }
</style>
background-color css

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

 a { background-color: rgb(122,99,59); }

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

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

 span { border-color: rgb(122,99,59); }

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