Html Css Color HEX #736340 Yellow Metal

📋 copy color: '#736340'

red 115 ◦ green 99 ◦ blue 64

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

Shades of Yellow Metal #736340

Tints of Yellow Metal #736340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.02%

R = 41.37%
G = 35.61%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#736340 (or 0x736340) is known color: Yellow Metal. HEX triplet: 73, 63 and 40. RGB value is (115,99,64). Sum of RGB (Red+Green+Blue) = 115+99+64=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #736340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736340 is #8C9CBF. Grayscale: #636363. Windows color (decimal): -9215168 or 4219763. OLE color: 4219763.

HSL color Cylindrical-coordinate representation of color #736340: hue angle of 41.18º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #736340 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 99 64 -
CMYK 0 0.14 0.44 0.55
HSL 41.18º 0.28% 0.35% -
HSV(B) 41.18º 0.44% 0.45% -
XYZ 12.46 12.94 6.69 -
YUV 99.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 115 99 64 0 0.14 0.44 0.55 41.18 0.28 0.35
Hex 73 63 40 0 E 2C 37 29 1C 23
Octal 163 143 100 0 16 54 67 51 34 43
Binary 1110011 1100011 1000000 0 1110 101100 110111 101001 11100 100011

Color Harmonies of #736340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736340

Black with #736340

Text Example


Text Example

White with #736340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736340; }

 p { color: rgb(115,99,64); }

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

background-color css

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

 a { background-color: rgb(115,99,64); }

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

border-color css

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

 span { border-color: rgb(115,99,64); }

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