Html Css Color HEX #7D633D Yellow Metal

📋 copy color: '#7D633D'

red 125 ◦ green 99 ◦ blue 61

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

Shades of Yellow Metal #7D633D

Tints of Yellow Metal #7D633D

RGB

 RED value IS 125 (49.22% from 255) = 43.86%

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 43.86%
G = 34.74%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D633D (or 0x7D633D) is known color: Yellow Metal. HEX triplet: 7D, 63 and 3D. RGB value is (125,99,61). Sum of RGB (Red+Green+Blue) = 125+99+61=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D633D is #829CC2. Grayscale: #666666. Windows color (decimal): -8559811 or 4023165. OLE color: 4023165.

HSL color Cylindrical-coordinate representation of color #7D633D: hue angle of 35.62º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D633D is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 99 61 -
CMYK 0 0.21 0.51 0.51
HSL 35.63º 0.34% 0.36% -
HSV(B) 35.63º 0.51% 0.49% -
XYZ 13.76 13.62 6.32 -
YUV 102.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 125 99 61 0 0.21 0.51 0.51 35.63 0.34 0.36
Hex 7D 63 3D 0 15 33 33 24 22 24
Octal 175 143 75 0 25 63 63 44 42 44
Binary 1111101 1100011 111101 0 10101 110011 110011 100100 100010 100100

Color Harmonies of #7D633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D633D

Black with #7D633D

Text Example


Text Example

White with #7D633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,99,61); }

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

background-color css

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

 a { background-color: rgb(125,99,61); }

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

border-color css

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

 span { border-color: rgb(125,99,61); }

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