Html Css Color HEX #73613D Yellow Metal

📋 copy color: '#73613D'

red 115 ◦ green 97 ◦ blue 61

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

Shades of Yellow Metal #73613D

Tints of Yellow Metal #73613D

RGB

 RED value IS 115 (45.31% from 255) = 42.12%

 GREEN value IS 97 (38.28% from 255) = 35.53%

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

R = 42.12%
G = 35.53%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73613D (or 0x73613D) is known color: Yellow Metal. HEX triplet: 73, 61 and 3D. RGB value is (115,97,61). Sum of RGB (Red+Green+Blue) = 115+97+61=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73613D is #8C9EC2. Grayscale: #626262. Windows color (decimal): -9215683 or 4022643. OLE color: 4022643.

HSL color Cylindrical-coordinate representation of color #73613D: hue angle of 40º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73613D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 97 61 -
CMYK 0 0.16 0.47 0.55
HSL 40º 0.31% 0.35% -
HSV(B) 40º 0.47% 0.45% -
XYZ 12.19 12.53 6.19 -
YUV 98.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 115 97 61 0 0.16 0.47 0.55 40 0.31 0.35
Hex 73 61 3D 0 10 2F 37 28 1F 23
Octal 163 141 75 0 20 57 67 50 37 43
Binary 1110011 1100001 111101 0 10000 101111 110111 101000 11111 100011

Color Harmonies of #73613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73613D

Black with #73613D

Text Example


Text Example

White with #73613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73613D; }

 p { color: rgb(115,97,61); }

 H1.HeaderClassName
 {
   color: #73613D;
 }
 .AnyTagClassName
 {
   color: #73613D;
 }
</style>

background-color css

<style>
 a { background-color: #73613D; }

 a { background-color: rgb(115,97,61); }

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

border-color css

<style>
 span { border-color: #73613D; }

 span { border-color: rgb(115,97,61); }

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